00001 00005 #ifdef HAVE_CONFIG_H 00006 # include <simgear_config.h> 00007 #endif 00008 00009 #include <simgear/props/props.hxx> 00010 #include "persparam.hxx" 00011 00012 #include <simgear/math/SGMath.hxx> 00013 00014 template <> double 00015 SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props, 00016 const char *name, 00017 double defval ) const 00018 { 00019 return props->getDoubleValue( name, defval ); 00020 }