8 using namespace luabind;
10 void register_lua_OldConstant(lua_State *ls) {
13 object const_table = globals(ls)[
"Constants"];
15 if (type(const_table) == LUA_TNIL) {
16 const_table = newtable(ls);
17 globals(ls)[
"Constants"] = const_table;
Contains classes to abstract away details in various Spurr Radiative Transfer software.
const DoubleWithUnit speed_of_light(299792458, units::m/units::s)
Speed of light, in m/s.