Skip to content

Commit a6cd1ae

Browse files
committed
fix some warnings
1 parent b69bd5d commit a6cd1ae

File tree

2 files changed

+260
-284
lines changed

2 files changed

+260
-284
lines changed

Common/src/grid_movement/CLinearElasticity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLinearElasticity::CLinearElasticity(CGeometry* geometry, CConfig* config)
4545
LinSysRes.Initialize(nPoint, nPointDomain, nVar, 0.0);
4646
StiffMatrix.Initialize(nPoint, nPointDomain, nVar, nVar, false, geometry, config);
4747
}
48-
};
48+
}
4949

5050
CLinearElasticity::~CLinearElasticity(void) = default;
5151

0 commit comments

Comments
 (0)