File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1170,7 +1170,7 @@ void CConfig::SetConfig_Options() {
11701170 /* !\brief RESTART_SOL \n DESCRIPTION: Restart solution from native solution file \n Options: NO, YES \ingroup Config */
11711171 addBoolOption (" RESTART_SOL" , Restart, false );
11721172 /* !\brief WRT_RESTART_COMPACT \n DESCRIPTION: Minimize the size of restart files \n Options: NO, YES \ingroup Config */
1173- addBoolOption (" WRT_RESTART_COMPACT" , Wrt_Restart_Compact, false );
1173+ addBoolOption (" WRT_RESTART_COMPACT" , Wrt_Restart_Compact, true );
11741174 /* !\brief BINARY_RESTART \n DESCRIPTION: Read binary SU2 native restart files. \n Options: YES, NO \ingroup Config */
11751175 addBoolOption (" READ_BINARY_RESTART" , Read_Binary_Restart, true );
11761176 /* !\brief WRT_RESTART_OVERWRITE \n DESCRIPTION: overwrite restart files or append iteration number. \n Options: YES, NO \ingroup Config */
You can’t perform that action at this time.
0 commit comments