Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Mar 8, 2025
1 parent 6379dbe commit 6086624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FieldSolver/FiniteDifferenceSolver/EvolveE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void FiniteDifferenceSolver::EvolveE (

} else if (m_fdtd_algo == ElectromagneticSolverAlgo::CustomCoef) {

EvolveECartesian <CartesianCustomCoefAlgorithm> ( Efield, Bfield, Jfield, edge_lengths, Ffield, lev, dt );
EvolveECartesian <CartesianCustomCoefAlgorithm> ( Efield, Bfield, Jfield, eb_update_E, Ffield, lev, dt );

#endif
} else {
Expand Down

0 comments on commit 6086624

Please sign in to comment.