We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c13dbc commit bde3a17Copy full SHA for bde3a17
ExampleCodes/FFT/Basic/main.cpp
@@ -137,7 +137,7 @@ int main (int argc, char* argv[])
137
Geometry cgeom(cdomain, real_box, CoordSys::cartesian, is_periodic);
138
auto cba = amrex::decompose(cdomain, ParallelContext::NProcsSub(),
139
{AMREX_D_DECL(true,true,false)});
140
- DistributionMapping cdm(cba)
+ DistributionMapping cdm(cba);
141
FabArray<BaseFab<GpuComplex<amrex::Real> > > phi_fft(cba, cdm, 1, 0);
142
143
// we will copy the real and imaginary parts of the FFT to this MultiFab
0 commit comments