We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b256f commit 0389b67Copy full SHA for 0389b67
src/simulation/p_main.fpp
@@ -71,7 +71,7 @@ program p_main
71
call nvtxEndRange ! INIT
72
73
! save the data at t_step=0
74
- call s_save_data(t_step, start, finish, io_time_avg, nt)
+ ! call s_save_data(t_step, start, finish, io_time_avg, nt)
75
76
call nvtxStartRange("SIMULATION-TIME-MARCH")
77
! Time-stepping Loop
0 commit comments