From b720d68fae8fc1fa05575f05dd31b9e33c524aff Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 14 Nov 2023 11:40:29 -0500 Subject: [PATCH] switch external _parameters from logical to int (#2651) --- Source/reactions/_parameters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/reactions/_parameters b/Source/reactions/_parameters index e15f939404..c8a9ba797b 100644 --- a/Source/reactions/_parameters +++ b/Source/reactions/_parameters @@ -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