Skip to content

Commit b3d4008

Browse files
committed
small fix for default_properties
1 parent 505b824 commit b3d4008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/solvers/CFEASolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ void CFEASolver::Set_ElementProperties(CGeometry *geometry, CConfig *config) {
299299
if (nZone > 1)
300300
filename = config->GetMultizone_FileName(filename, iZone, "");
301301

302-
filename += ".dat"
302+
filename += ".dat";
303303
if (rank == MASTER_NODE) cout << "Filename: " << filename << "." << endl;
304304

305305
ifstream properties_file;

0 commit comments

Comments
 (0)