|
4 | 4 | * alternating digital tree (ADT). |
5 | 5 | * The subroutines and functions are in the <i>adt_structure.cpp</i> file. |
6 | 6 | * \author E. van der Weide |
7 | | - * \version 5.0.0 "Raven" |
| 7 | + * \version 6.0.0 "Falcon" |
8 | 8 | * |
9 | | - * SU2 Original Developers: Dr. Francisco D. Palacios. |
10 | | - * Dr. Thomas D. Economon. |
| 9 | + * The current SU2 release has been coordinated by the |
| 10 | + * SU2 International Developers Society <www.su2devsociety.org> |
| 11 | + * with selected contributions from the open-source community. |
11 | 12 | * |
12 | | - * SU2 Developers: Prof. Juan J. Alonso's group at Stanford University. |
13 | | - * Prof. Piero Colonna's group at Delft University of Technology. |
14 | | - * Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology. |
15 | | - * Prof. Alberto Guardone's group at Polytechnic University of Milan. |
16 | | - * Prof. Rafael Palacios' group at Imperial College London. |
17 | | - * Prof. Edwin van der Weide's group at the University of Twente. |
18 | | - * Prof. Vincent Terrapon's group at the University of Liege. |
| 13 | + * The main research teams contributing to the current release are: |
| 14 | + * - Prof. Juan J. Alonso's group at Stanford University. |
| 15 | + * - Prof. Piero Colonna's group at Delft University of Technology. |
| 16 | + * - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology. |
| 17 | + * - Prof. Alberto Guardone's group at Polytechnic University of Milan. |
| 18 | + * - Prof. Rafael Palacios' group at Imperial College London. |
| 19 | + * - Prof. Vincent Terrapon's group at the University of Liege. |
| 20 | + * - Prof. Edwin van der Weide's group at the University of Twente. |
| 21 | + * - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics. |
19 | 22 | * |
20 | | - * Copyright (C) 2012-2017 SU2, the open-source CFD code. |
| 23 | + * Copyright 2012-2018, Francisco D. Palacios, Thomas D. Economon, |
| 24 | + * Tim Albring, and the SU2 contributors. |
21 | 25 | * |
22 | 26 | * SU2 is free software; you can redistribute it and/or |
23 | 27 | * modify it under the terms of the GNU Lesser General Public |
@@ -51,7 +55,6 @@ using namespace std; |
51 | 55 | * \class su2_adtComparePointClass |
52 | 56 | * \brief Functor, used for the sorting of the points when building an ADT. |
53 | 57 | * \author E. van der Weide |
54 | | - * \version 4.1.3 "Cardinal" |
55 | 58 | */ |
56 | 59 | class su2_adtComparePointClass { |
57 | 60 | private: |
@@ -92,7 +95,6 @@ class su2_adtComparePointClass { |
92 | 95 | * \class su2_adtNodeClass |
93 | 96 | * \brief Class for storing the information needed in a node of an ADT. |
94 | 97 | * \author E. van der Weide |
95 | | - * \version 4.1.3 "Cardinal" |
96 | 98 | */ |
97 | 99 | class su2_adtNodeClass { |
98 | 100 | public: |
@@ -142,7 +144,6 @@ class su2_adtNodeClass { |
142 | 144 | * \class su2_adtBaseClass |
143 | 145 | * \brief Base class for storing an ADT in an arbitrary number of dimensions. |
144 | 146 | * \author E. van der Weide |
145 | | - * \version 4.1.3 "Cardinal" |
146 | 147 | */ |
147 | 148 | class su2_adtBaseClass { |
148 | 149 | protected: |
@@ -201,7 +202,6 @@ class su2_adtBaseClass { |
201 | 202 | * \class su2_adtPointsOnlyClass |
202 | 203 | * \brief Class for storing an ADT of only points in an arbitrary number of dimensions. |
203 | 204 | * \author E. van der Weide |
204 | | - * \version 4.1.3 "Cardinal" |
205 | 205 | */ |
206 | 206 | class su2_adtPointsOnlyClass : public su2_adtBaseClass { |
207 | 207 | private: |
|
0 commit comments