ARTS  1.0.222
groups.cc
Go to the documentation of this file.
1 /* Copyright (C) 2000, 2001 Stefan Buehler <sbuehler@uni-bremen.de>
2  Patrick Eriksson <patrick@rss.chalmers.se>
3 
4  This program is free software; you can redistribute it and/or modify it
5  under the terms of the GNU General Public License as published by the
6  Free Software Foundation; either version 2, or (at your option) any
7  later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17  USA. */
18 
30 #include "arts.h"
31 #include "array.h"
32 #include "mystring.h"
33 
37 
38 
40 
52 {
53 
54  //--------------------< Build the group names array >--------------------
55  // Initialize to empty, just in case.
56  wsv_group_names.resize(0);
57 
58  wsv_group_names.push_back("Index");
59  wsv_group_names.push_back("Numeric");
60  wsv_group_names.push_back("String");
61  wsv_group_names.push_back("Vector");
62  wsv_group_names.push_back("Matrix");
63  wsv_group_names.push_back("ArrayOfIndex");
64  wsv_group_names.push_back("ArrayOfString");
65  wsv_group_names.push_back("ArrayOfVector");
66  wsv_group_names.push_back("ArrayOfMatrix");
67  wsv_group_names.push_back("ArrayOfLineRecord");
68  wsv_group_names.push_back("ArrayOfArrayOfLineRecord");
69  wsv_group_names.push_back("ArrayOfLineshapeSpec");
70  wsv_group_names.push_back("TagGroups");
71  wsv_group_names.push_back("Los");
72 }
73 
array.h
This file contains the definition of Array.
define_wsv_group_names
void define_wsv_group_names()
Define the array of workspace variable group names.
Definition: groups.cc:51
Array< String >
wsv_group_names
ArrayOfString wsv_group_names
Definition: groups.cc:36
mystring.h
This file contains the definition of String, the ARTS string class.
arts.h
The global header file for ARTS.