Skip to content

Commit bb0a568

Browse files
Update Common/src/CConfig.cpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 6dc6724 commit bb0a568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/CConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)