|
3 | 3 | * \brief Headers of the main subroutines for creating the geometrical structure. |
4 | 4 | * The subroutines and functions are in the <i>geometry_structure.cpp</i> file. |
5 | 5 | * \author F. Palacios |
6 | | - * \version 3.2.6 "eagle" |
| 6 | + * \version 3.2.7 "eagle" |
7 | 7 | * |
8 | | - * Copyright (C) 2012-2014 SU2 <https://github.com/su2code>. |
| 8 | + * Copyright (C) 2012-2014 SU2 Core Developers. |
9 | 9 | * |
10 | 10 | * SU2 is free software; you can redistribute it and/or |
11 | 11 | * modify it under the terms of the GNU Lesser General Public |
@@ -52,7 +52,7 @@ using namespace std; |
52 | 52 | * \brief Parent class for defining the geometry of the problem (complete geometry, |
53 | 53 | * multigrid agglomerated geometry, only boundary geometry, etc..) |
54 | 54 | * \author F. Palacios. |
55 | | - * \version 3.2.6 "eagle" |
| 55 | + * \version 3.2.7 "eagle" |
56 | 56 | */ |
57 | 57 | class CGeometry { |
58 | 58 | protected: |
@@ -830,7 +830,7 @@ class CGeometry { |
830 | 830 | * \brief Class for reading a defining the primal grid which is read from the |
831 | 831 | * grid file in .su2 format. |
832 | 832 | * \author F. Palacios. |
833 | | - * \version 3.2.6 "eagle" |
| 833 | + * \version 3.2.7 "eagle" |
834 | 834 | */ |
835 | 835 | class CPhysicalGeometry : public CGeometry { |
836 | 836 |
|
@@ -1341,7 +1341,7 @@ class CPhysicalGeometry : public CGeometry { |
1341 | 1341 | * \brief Class for defining the multigrid geometry, the main delicated part is the |
1342 | 1342 | * agglomeration stage, which is done in the declaration. |
1343 | 1343 | * \author F. Palacios. |
1344 | | - * \version 3.2.6 "eagle" |
| 1344 | + * \version 3.2.7 "eagle" |
1345 | 1345 | */ |
1346 | 1346 | class CMultiGridGeometry : public CGeometry { |
1347 | 1347 |
|
@@ -1510,7 +1510,7 @@ class CMultiGridGeometry : public CGeometry { |
1510 | 1510 | * \class CPeriodicGeometry |
1511 | 1511 | * \brief Class for defining a periodic boundary condition. |
1512 | 1512 | * \author T. Economon, F. Palacios. |
1513 | | - * \version 3.2.6 "eagle" |
| 1513 | + * \version 3.2.7 "eagle" |
1514 | 1514 | */ |
1515 | 1515 | class CPeriodicGeometry : public CGeometry { |
1516 | 1516 | CPrimalGrid*** newBoundPer; /*!< \brief Boundary vector for new periodic elements (primal grid information). */ |
@@ -1556,7 +1556,7 @@ class CPeriodicGeometry : public CGeometry { |
1556 | 1556 | * \struct CMultiGridQueue |
1557 | 1557 | * \brief Class for a multigrid queue system |
1558 | 1558 | * \author F. Palacios. |
1559 | | - * \version 3.2.6 "eagle" |
| 1559 | + * \version 3.2.7 "eagle" |
1560 | 1560 | * \date Aug 12, 2012 |
1561 | 1561 | */ |
1562 | 1562 | class CMultiGridQueue { |
|
0 commit comments