Skip to content

Commit 5d5571f

Browse files
authored
Merge pull request #540 from su2code/release_v6.1.0
Release v6.1.0
2 parents 28753f0 + 08c5178 commit 5d5571f

File tree

323 files changed

+354
-354
lines changed

Some content is hidden

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

323 files changed

+354
-354
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 6.0.1 "Falcon"
5+
* \version 6.1.0 "Falcon"
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 6.0.1 "Falcon"
36+
* \mainpage SU2 version 6.1.0 "Falcon"
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/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 6.0.1 "Falcon"
5+
* \version 6.1.0 "Falcon"
66
*
77
* The current SU2 release has been coordinated by the
88
* SU2 International Developers Society <www.su2devsociety.org>

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 6.0.1 "Falcon"
5+
* \version 6.1.0 "Falcon"
66
*
77
* The current SU2 release has been coordinated by the
88
* SU2 International Developers Society <www.su2devsociety.org>

Common/include/adt_structure.hpp

Lines changed: 1 addition & 1 deletion
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 6.0.1 "Falcon"
7+
* \version 6.1.0 "Falcon"
88
*
99
* The current SU2 release has been coordinated by the
1010
* SU2 International Developers Society <www.su2devsociety.org>

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 6.0.1 "Falcon"
5+
* \version 6.1.0 "Falcon"
66
*
77
* The current SU2 release has been coordinated by the
88
* SU2 International Developers Society <www.su2devsociety.org>

Common/include/config_structure.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>config_structure.cpp</i> file.
55
* \author F. Palacios, T. Economon, B. Tracey
6-
* \version 6.0.1 "Falcon"
6+
* \version 6.1.0 "Falcon"
77
*
88
* The current SU2 release has been coordinated by the
99
* SU2 International Developers Society <www.su2devsociety.org>

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 6.0.1 "Falcon"
5+
* \version 6.1.0 "Falcon"
66
*
77
* The current SU2 release has been coordinated by the
88
* SU2 International Developers Society <www.su2devsociety.org>

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 6.0.1 "Falcon"
6+
* \version 6.1.0 "Falcon"
77
*
88
* The current SU2 release has been coordinated by the
99
* SU2 International Developers Society <www.su2devsociety.org>

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 6.0.1 "Falcon"
5+
* \version 6.1.0 "Falcon"
66
*
77
* The current SU2 release has been coordinated by the
88
* SU2 International Developers Society <www.su2devsociety.org>

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 6.0.1 "Falcon"
5+
* \version 6.1.0 "Falcon"
66
*
77
* The current SU2 release has been coordinated by the
88
* SU2 International Developers Society <www.su2devsociety.org>

0 commit comments

Comments
 (0)