File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments