Skip to content

Commit b3f7d21

Browse files
committed
Merge branch 'develop'
2 parents 362a1e7 + a32affc commit b3f7d21

File tree

281 files changed

+576
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+576
-563
lines changed

Common/doc/docmain.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file docmain.hpp
33
* \brief This file contains documentation for Doxygen and does not have any significance with respect to C++.
44
* \author F. Palacios
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).

Common/include/config_structure.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief All the information about the definition of the physical problem.
44
* The subroutines and functions are in the <i>config_structure.cpp</i> file.
55
* \author F. Palacios, T. Economon, B. Tracey
6-
* \version 4.1.2 "Cardinal"
6+
* \version 4.1.3 "Cardinal"
77
*
88
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
99
* Dr. Thomas D. Economon ([email protected]).
@@ -55,7 +55,7 @@ using namespace std;
5555
* \brief Main class for defining the problem; basically this class reads the configuration file, and
5656
* stores all the information.
5757
* \author F. Palacios
58-
* \version 4.1.2 "Cardinal"
58+
* \version 4.1.3 "Cardinal"
5959
*/
6060

6161
class CConfig {

Common/include/config_structure.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file config_structure.inl
33
* \brief In-Line subroutines of the <i>config_structure.hpp</i> file.
44
* \author F. Palacios, T. Economon
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).

Common/include/datatype_structure.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Headers for generalized datatypes.
44
* The subroutines and functions are in the <i>datatype_structure.cpp</i> file.
55
* \author T. Albring
6-
* \version 4.1.2 "Cardinal"
6+
* \version 4.1.3 "Cardinal"
77
*
88
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
99
* Dr. Thomas D. Economon ([email protected]).
@@ -64,7 +64,7 @@ typedef double passivedouble;
6464
* \brief Namespace for defining the datatype wrapper routines; this class features as a base class for
6565
* type interfaces for non-primitive dataypes e.g. used by AD, complex etc.
6666
* \author T. Albring
67-
* \version 4.1.2 "Cardinal"
67+
* \version 4.1.3 "Cardinal"
6868
*/
6969
namespace SU2_TYPE{
7070
/*!

Common/include/datatype_structure.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file datatype_structure.inl
33
* \brief In-Line subroutines of the <i>datatype_structure.hpp</i> file.
44
* \author T. Albring
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).

Common/include/datatypes/codi_forward_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file codi_forward_structure.hpp
33
* \brief Header for codi forward type definition.
44
* \author T. Albring
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).

Common/include/datatypes/codi_forward_structure.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file codi_forward_structure.inl
33
* \brief Inline subroutines for <i>codi_forward_structure.hpp<i>.
44
* \author T. Albring
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).

Common/include/datatypes/codi_reverse_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file codi_reverse_structure.hpp
33
* \brief Header for codi reverse type definition.
44
* \author T. Albring
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).

Common/include/datatypes/codi_reverse_structure.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file codi_reverse_structure.inl
33
* \brief Inline subroutines for <i>datatype_structure.hpp<i>.
44
* \author T. Albring
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).

Common/include/datatypes/complex_structure.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file complex_structure.hpp
33
* \brief Headers for complex datatype definition.
44
* \author T. Albring
5-
* \version 4.1.2 "Cardinal"
5+
* \version 4.1.3 "Cardinal"
66
*
77
* SU2 Lead Developers: Dr. Francisco Palacios ([email protected]).
88
* Dr. Thomas D. Economon ([email protected]).
@@ -43,7 +43,7 @@ inline double real(const double& r);
4343
* \brief Class for defining the complex datatype for complex step gradient computation.
4444
* Based on complexify.h by Peter Sturdza.
4545
* \author T. Albring
46-
* \version 4.1.2 "Cardinal"
46+
* \version 4.1.3 "Cardinal"
4747
*/
4848

4949
class CComplexType : public std::complex<double> {

0 commit comments

Comments
 (0)