Changeset 1469 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.cc
- Timestamp:
- Apr 18, 2001, 11:05:13 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.cc
r1450 r1469 366 366 os<<"#include \""<<mIncImportList[i]<<"\""<<endl; 367 367 os<<endl; 368 369 os<<"//---- function to compare bits on double \n" 370 <<"int_8 BitCmp64(double v,int_8 flg) \n" 371 <<"{return ((int_8)((v<0.) ? v-0.1 : v+0.1))&flg;} \n" 372 <<endl; 368 373 369 374 os<<"//---- function for Adding and displaying Objects " << endl;
Note:
See TracChangeset
for help on using the changeset viewer.