Skip to content

Commit 89d1fed

Browse files
rois1995pcarruscag
andauthored
Update Common/src/CConfig.cpp
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 055f27a commit 89d1fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/CConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3450,7 +3450,7 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
34503450
lmParsedOptions = ParseLMOptions(LM_Options, nLM_Options, rank, Kind_Turb_Model);
34513451

34523452
/*--- Check if problem is 2D and LM2015 has been selected ---*/
3453-
if(lmParsedOptions.LM2015 && val_nDim == 2){
3453+
if (lmParsedOptions.LM2015 && val_nDim == 2) {
34543454
SU2_MPI::Error("LM2015 is available only for 3D problems", CURRENT_FUNCTION);
34553455
}
34563456
}

0 commit comments

Comments
 (0)