From 84bee5ed5b29b8f0553d3a34730af95e7ae4c856 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 14 Nov 2023 10:25:22 -0500 Subject: [PATCH] switch external _parameters from logical to int --- 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