Remove init_enstrophy and init_energy from savefile
This commit is contained in:
2
src/io.c
2
src/io.c
@@ -337,6 +337,8 @@ int save_state(
|
||||
strcpy(params, params_string);
|
||||
remove_entry(params, "starting_time");
|
||||
remove_entry(params, "init");
|
||||
remove_entry(params, "init_enstrophy");
|
||||
remove_entry(params, "init_energy");
|
||||
if(algorithm>ALGORITHM_ADAPTIVE_THRESHOLD){
|
||||
remove_entry(params, "delta");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user