diff options
Diffstat (limited to 'Source/Particles/ElementaryProcess/QEDPhotonEmission.cpp')
-rw-r--r-- | Source/Particles/ElementaryProcess/QEDPhotonEmission.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/ElementaryProcess/QEDPhotonEmission.cpp b/Source/Particles/ElementaryProcess/QEDPhotonEmission.cpp index 3feec1ec7..464ea0aec 100644 --- a/Source/Particles/ElementaryProcess/QEDPhotonEmission.cpp +++ b/Source/Particles/ElementaryProcess/QEDPhotonEmission.cpp @@ -27,7 +27,7 @@ PhotonEmissionTransformFunc (QuantumSynchrotronGetOpticalDepth opt_depth_functor amrex::FArrayBox const& bxfab, amrex::FArrayBox const& byfab, amrex::FArrayBox const& bzfab, - amrex::Array<amrex::Real,3> v_galilean, + amrex::Vector<amrex::Real> v_galilean, int a_offset) :m_opt_depth_functor{opt_depth_functor}, m_opt_depth_runtime_comp{opt_depth_runtime_comp}, |