Skip to content

Commit 1575510

Browse files
authored
Update Common/include/CConfig.hpp
1 parent 412c03e commit 1575510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/include/CConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2696,7 +2696,7 @@ class CConfig {
26962696
*/
26972697
void SetMGLevels(unsigned short val_nMGLevels) {
26982698
nMGLevels = val_nMGLevels;
2699-
if( MGCycle == FULLMG_CYCLE ){
2699+
if (MGCycle == FULLMG_CYCLE) {
27002700
SetFinestMesh(val_nMGLevels);
27012701
}
27022702
}

0 commit comments

Comments
 (0)