Changeset 1291 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Nov 3, 2000, 7:12:08 PM (25 years ago)
Author:
ercodmgr
Message:

pour compat Peida-Sophya Reza cmv 3/11/00

Location:
trunk/SophyaPI/PIext
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/cxxexecutor.cc

    r1289 r1291  
    498498string fso = "";
    499499cxx.AddLinkOptions(mLinkOpt);
    500  string sophlib = "-lPI";
     500#ifdef SANS_EVOLPLANCK
     501  string sophlib = "-lPIE";
     502#else
     503  string sophlib = "-lPI";
     504#endif
    501505cxx.AddLinkOptions(sophlib);
    502506cxx.AddLinkOptions(mMyLibs);
  • trunk/SophyaPI/PIext/piacmd.cc

    r1276 r1291  
    817817  string value;
    818818  for(it = varlist.Begin(); it != varlist.End(); it++) {
     819#ifdef SANS_EVOLPLANCK
     820    MuTyV mtv = (*it).second;
     821    value = (string)(mtv);
     822#else
    819823    value = (string)((*it).second.elval);
     824#endif
    820825    cout << (*it).first << " = " <<  value << "\n";
    821826    }
Note: See TracChangeset for help on using the changeset viewer.