Small corrections to fit the new CRL::System and Cfg::Configuration
This commit is contained in:
parent
5602d644fc
commit
49c0e4d330
|
@ -21,6 +21,7 @@
|
|||
${CORIOLIS_LIBRARIES}
|
||||
${HURRICANE_GRAPHICAL_LIBRARIES}
|
||||
${HURRICANE_LIBRARIES}
|
||||
${CONFIGURATION_LIBRARY}
|
||||
${AGDS_LIBRARY}
|
||||
${CIF_LIBRARY}
|
||||
${OA_LIBRARIES}
|
||||
|
|
|
@ -849,7 +849,7 @@ int main ( int argc, char *argv[] )
|
|||
exit ( 0 );
|
||||
}
|
||||
|
||||
System::getSystem()->setCatchCore ( not coreDump );
|
||||
System::get()->setCatchCore ( not coreDump );
|
||||
if ( verbose1 ) mstream::enable ( mstream::VerboseLevel1 );
|
||||
if ( verbose2 ) mstream::enable ( mstream::VerboseLevel2 );
|
||||
ltracelevel ( traceLevel );
|
||||
|
|
Loading…
Reference in New Issue