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 3f8f4a8 commit beb080aCopy full SHA for beb080a
Source/FieldSolver/SpectralSolver/SpectralFieldDataRZ.H
@@ -45,11 +45,11 @@ class SpectralFieldDataRZ
45
~SpectralFieldDataRZ ();
46
47
void ForwardTransform (const amrex::MultiFab& mf, const int field_index,
48
- const int i_comp);
+ const int i_comp=0);
49
void ForwardTransform (const amrex::MultiFab& mf_r, const int field_index_r,
50
const amrex::MultiFab& mf_t, const int field_index_t);
51
void BackwardTransform (amrex::MultiFab& mf, const int field_index,
52
53
void BackwardTransform (amrex::MultiFab& mf_r, const int field_index_r,
54
amrex::MultiFab& mf_t, const int field_index_t);
55
0 commit comments