Changeset 2689 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- Apr 26, 2005, 11:52:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r2684 r2689 591 591 xn = objnt->GetLineD(k); 592 592 if(f((int_8_exprf)k,xn,xnt,xnt+1,xnt+2,xnt+3) != 0) { 593 if(fout) fprintf(fout,"% d ",k); else printf("%d ",k);593 if(fout) fprintf(fout,"%ld ",(long)k); else printf("%ld ",(long)k); 594 594 for(i=0;i<(int)varnum.size();i++) { 595 595 if(fout) fprintf(fout,"%g ",*(xn+varnum[i]));
Note:
See TracChangeset
for help on using the changeset viewer.