Skip to content

Commit 0389b67

Browse files
The premature data save fixes MIBM frame 0 data, but ruins test suite. Need another solution
1 parent 91b256f commit 0389b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/p_main.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ program p_main
7171
call nvtxEndRange ! INIT
7272

7373
! save the data at t_step=0
74-
call s_save_data(t_step, start, finish, io_time_avg, nt)
74+
! call s_save_data(t_step, start, finish, io_time_avg, nt)
7575

7676
call nvtxStartRange("SIMULATION-TIME-MARCH")
7777
! Time-stepping Loop

0 commit comments

Comments
 (0)