Skip to content

Commit 2cf64ee

Browse files
committed
precommit
1 parent 87860f8 commit 2cf64ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/include/CConfig.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5623,7 +5623,7 @@ class CConfig {
56235623
* \return Name of the file with the solution of the adjoint flow problem with
56245624
* drag objective function.
56255625
*/
5626-
string GetSolution_AdjFileName(void) const {
5626+
string GetSolution_AdjFileName(void) const {
56275627
/*--- we keep the original Solution_FileName ---*/
56285628
string solutionAdjFilename = Solution_AdjFileName;
56295629

@@ -5792,7 +5792,7 @@ class CConfig {
57925792
* \brief Get the name of the restart file for the flow variables.
57935793
* \return Name of the restart file for the flow variables.
57945794
*/
5795-
string GetRestart_FileName(void) const {
5795+
string GetRestart_FileName(void) const {
57965796

57975797
/*--- we keep the original Restart_FileName ---*/
57985798
string restartFilename = Restart_FileName;

0 commit comments

Comments
 (0)