Skip to content
Snippets Groups Projects

Use linear interpolation for the leapfrog propagator for Maxwell

Merged Sebastian Ohlmann requested to merge fix_leapfrog_interpolation_order into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -346,7 +346,7 @@ contains
type is (propagator_exp_mid_t)
depth = 2
type is (propagator_leapfrog_t)
depth = 1
depth = 2
class default
message(1) = "Propagator does not yet support initializing of interaction interpolation"
call messages_fatal(1)
Loading