00001 /* Copyright (C) 2000-2008 Stefan Buehler <sbuehler@ltu.se> 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 "wsv_aux.h" 00040 #include "methods.h" 00041 #include "workspace_ng.h" 00042 00043 00044 // --------------- 00045 //--------------------< Methods Stuff >-------------------- 00046 // --------------- 00047 00049 00054 Array<MdRecord> md_data_raw; 00055 00057 00062 Array<MdRecord> md_data; 00063 00065 map<String, Index> MdMap; 00066 00068 map<String, Index> MdRawMap; 00069 00071 map<String, Index> AgendaMap; 00072