Changeset 1486 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Apr 30, 2001, 7:12:17 PM (24 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r1268 r1486 55 55 usage += "\n n/proj nameproj nameobj.y_exp%x_exp [cut] [w_exp] [loop] [gratt]"; 56 56 usage += "\n for default use ! , loop=i1[:i2[:di]]"; 57 usage += "\n Related commands: projh1d projh2d projprof ";57 usage += "\n Related commands: projh1d projh2d projprof exptovec"; 58 58 piac->RegisterCommand(kw,usage,this,hgrp); 59 59 -
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.