Skip to content

Commit d9c867d

Browse files
committed
Changing version number to 7.0.3
1 parent a6c6f09 commit d9c867d

File tree

686 files changed

+767
-767
lines changed

Some content is hidden

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

686 files changed

+767
-767
lines changed

Common/doc/docmain.hpp

Lines changed: 2 additions & 2 deletions
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 7.0.2 "Blackbird"
5+
* \version 7.0.3 "Blackbird"
66
*
77
* The current SU2 release has been coordinated by the
88
* SU2 International Developers Society <www.su2devsociety.org>
@@ -33,7 +33,7 @@
3333
*/
3434

3535
/*!
36-
* \mainpage SU2 version 7.0.2 "Blackbird"
36+
* \mainpage SU2 version 7.0.3 "Blackbird"
3737
* SU2 suite is an open-source collection of C++ based software tools
3838
* to perform PDE analysis and PDE constrained optimization problems. The toolset is designed with
3939
* computational fluid dynamics and aerodynamic shape optimization in mind, but is extensible to

Common/include/CConfig.hpp

Lines changed: 1 addition & 1 deletion
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>CConfig.cpp</i> file.
55
* \author F. Palacios, T. Economon, B. Tracey
6-
* \version 7.0.2 "Blackbird"
6+
* \version 7.0.3 "Blackbird"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

Common/include/CMultiGridQueue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Header of the multigrid queue class for the FVM solver.
44
* The subroutines and functions are in the <i>CMultiGridQueue.cpp</i> file.
55
* \author F. Palacios
6-
* \version 7.0.2 "Blackbird"
6+
* \version 7.0.3 "Blackbird"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

Common/include/ad_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file ad_structure.hpp
33
* \brief Main routines for the algorithmic differentiation (AD) structure.
44
* \author T. Albring
5-
* \version 7.0.2 "Blackbird"
5+
* \version 7.0.3 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/ad_structure.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file ad_structure.inl
33
* \brief Main routines for the algorithmic differentiation (AD) structure.
44
* \author T. Albring
5-
* \version 7.0.2 "Blackbird"
5+
* \version 7.0.3 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/adt_structure.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* alternating digital tree (ADT).
55
* The subroutines and functions are in the <i>adt_structure.cpp</i> file.
66
* \author E. van der Weide
7-
* \version 7.0.2 "Blackbird"
7+
* \version 7.0.3 "Blackbird"
88
*
99
* SU2 Project Website: https://su2code.github.io
1010
*
@@ -86,7 +86,7 @@ class CADTComparePointClass {
8686
* \brief Class for storing the information of a possible bounding box candidate
8787
during a minimum distance search.
8888
* \author E. van der Weide
89-
* \version 7.0.2 "Blackbird"
89+
* \version 7.0.3 "Blackbird"
9090
*/
9191
class CBBoxTargetClass {
9292
public:
@@ -322,7 +322,7 @@ class CADTPointsOnlyClass : public CADTBaseClass {
322322
* \class CADTElemClass
323323
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
324324
* \author E. van der Weide
325-
* \version 7.0.2 "Blackbird"
325+
* \version 7.0.3 "Blackbird"
326326
*/
327327
class CADTElemClass : public CADTBaseClass {
328328
private:

Common/include/adt_structure.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file adt_structure.inl
33
* \brief In-Line subroutines of the <i>adt_structure.hpp</i> file.
44
* \author E. van der Weide
5-
* \version 7.0.2 "Blackbird"
5+
* \version 7.0.3 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/blas_structure.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
operations, which are typically found in the BLAS libraries.
55
The functions are in the <i>blass_structure.cpp</i> file.
66
* \author E. van der Weide
7-
* \version 7.0.2 "Blackbird"
7+
* \version 7.0.3 "Blackbird"
88
*
99
* SU2 Project Website: https://su2code.github.io
1010
*
@@ -41,7 +41,7 @@
4141
* \class CBlasStructure
4242
* \brief Class, which serves as an interface to the BLAS functionalities needed.
4343
* \author: E. van der Weide
44-
* \version 7.0.2 "Blackbird"
44+
* \version 7.0.3 "Blackbird"
4545
*/
4646
class CBlasStructure {
4747
public:

Common/include/datatype_structure.hpp

Lines changed: 1 addition & 1 deletion
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 7.0.2 "Blackbird"
6+
* \version 7.0.3 "Blackbird"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

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 7.0.2 "Blackbird"
5+
* \version 7.0.3 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

0 commit comments

Comments
 (0)