SGTime::SGTime( const string& root )
{
- if (cur_time_params) {
+ /* if (cur_time_params) {
FG_LOG( FG_GENERAL, FG_ALERT,
"Error: only one instance of SGTime allowed" );
exit(-1);
- }
+ } */
- cur_time_params = this;
+ // cur_time_params = this;
FGPath zone( root );
zone.append( "Timezone" );
}
-SGTime* SGTime::cur_time_params = 0;
+// SGTime* SGTime::cur_time_params = 0;
void utc_gst();
double sidereal_precise (double lng);
double sidereal_course(double lng);
- static SGTime *cur_time_params;
+ // static SGTime *cur_time_params;
// Some other stuff which were changed to SGTime members on
// questionable grounds -:)