Changeset 1486 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Apr 30, 2001, 7:12:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r1469 r1486 725 725 726 726 string expwt = "1."; 727 string expz = "0."; 728 ComputeExpressions(obja, expx, expz, expz, expwt, expcut, loop, nt, NULL, NULL); 727 string expz = "0."; 728 string dumexpcut = expcut; if(dumexpcut.size()<=0) dumexpcut = "1."; 729 ComputeExpressions(obja,expx,expz,expz,expwt,dumexpcut,loop,nt,NULL,NULL); 729 730 730 731 if (!nt) return;
Note:
See TracChangeset
for help on using the changeset viewer.