00001 /* Copyright (C) 2000, 2001 Stefan Buehler <sbuehler@uni-bremen.de> 00002 00003 This program is free software; you can redistribute it and/or modify it 00004 under the terms of the GNU General Public License as published by the 00005 Free Software Foundation; either version 2, or (at your option) any 00006 later version. 00007 00008 This program is distributed in the hope that it will be useful, 00009 but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 GNU General Public License for more details. 00012 00013 You should have received a copy of the GNU General Public License 00014 along with this program; if not, write to the Free Software 00015 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 00016 USA. */ 00017 00036 #include "arts.h" 00037 #include <map> 00038 #include "array.h" 00039 #include "auto_wsv.h" 00040 #include "auto_wsv_groups.h" 00041 #include "wsv_aux.h" 00042 #include "methods.h" 00043 00045 WorkSpace workspace; 00046 00047 00048 // --------------- 00049 //--------------------< Methods Stuff >-------------------- 00050 // --------------- 00051 00053 Array<MdRecord> md_data; 00054 00056 std::map<String, Index> MdMap; 00057 00058