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 =======================================================