Skip to content

Commit

Permalink
Fix ;
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Oct 17, 2024
1 parent ca17c46 commit bf3d313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/FFT/AMReX_FFT_Helper.H
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct PoissonSpectral
spectral_data = 0;
}
spectral_data *= scale;
};
}

GpuArray<T,AMREX_SPACEDIM> fac;
GpuArray<T,AMREX_SPACEDIM> dx;
Expand Down

0 comments on commit bf3d313

Please sign in to comment.