Skip to content

Commit 08c0114

Browse files
fixed typo in error message
1 parent 3bb2311 commit 08c0114

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
@@ -3556,7 +3556,7 @@ void CConfig::SetPostprocessing(unsigned short val_software, unsigned short val_
35563556
}
35573557

35583558
if (GetKind_FluidModel() == MUTATIONPP && GetFrozen() == true){
3559-
SU2_MPI::Error("The option of FROZEN_MIXTURE is not yet working the Mutation++ support.", CURRENT_FUNCTION);
3559+
SU2_MPI::Error("The option of FROZEN_MIXTURE is not yet working with Mutation++ support.", CURRENT_FUNCTION);
35603560
}
35613561

35623562
if(GetBoolTurbomachinery()){

0 commit comments

Comments
 (0)