Skip to content

Commit

Permalink
switch external _parameters from logical to int (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Nov 14, 2023
1 parent edad6c8 commit b720d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/reactions/_parameters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@namespace: integrator

# Do not subtract the initial energy in the integrator
subtract_internal_energy logical .false. 100
subtract_internal_energy int 0 100

0 comments on commit b720d68

Please sign in to comment.