Ignore:
Timestamp:
Feb 15, 2002, 6:35:01 PM (24 years ago)
Author:
ansari
Message:

Portage sous Mac OS X - Reza 15/02/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r1607 r1900  
    3333SophyaInitiator::SophyaInitiator()
    3434{
     35#if defined(Darwin)
     36  // Il semble y avoir un probleme sous MacOSX ...
     37  if (FgInit == 0)
     38    cout << " SophyaInitiator::SophyaInitiator() BaseTools Init" << endl;
     39#endif
    3540  FgInit++;
    3641  if (FgInit > 1)  return;
Note: See TracChangeset for help on using the changeset viewer.