21#ifndef SNOWPACKCONFIG_H
22#define SNOWPACKCONFIG_H
24#include <meteoio/MeteoIO.h>
41 bool enforce_measured_snow_heights;
43 static const bool __init;
44 static bool initStaticData();
45 static std::map<std::string, std::string> snowpackConfig, advancedConfig, inputConfig, outputConfig, TechSnowConfig;
Definition: SnowpackConfig.h:28
SnowpackConfig(const std::string &i_filename)
Main constructor. The file is parsed and a key/value map object is internally created furthermore all...
Definition: SnowpackConfig.cc:199