From 6a46d76031ad7ae37366e88938c823237b709ef1 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 25 Nov 2024 06:46:36 -0700 Subject: [PATCH] bump --- src/simulation/p_main.fpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/p_main.fpp b/src/simulation/p_main.fpp index 18bab5a306..b3ee1dcac4 100644 --- a/src/simulation/p_main.fpp +++ b/src/simulation/p_main.fpp @@ -71,7 +71,7 @@ program p_main finaltime = t_step_stop*dt end if - call nvtxEndRange ! INIT + call nvtxEndRange call nvtxStartRange("SIMULATION-TIME-MARCH") ! Time-stepping Loop =======================================================