00001 #ifndef VARIABLES_HPP_ 00002 #define VARIABLES_HPP_ 00003 00004 #include <string> 00005 00010 double get_variable(std::string const& name); 00011 00016 void set_variable(std::string const& name, double value); 00017 00018 #endif