Changeset 3502 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- Jul 25, 2008, 11:15:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r3149 r3502 1611 1611 if(h1 && !hp) *h1 *= val; 1612 1612 else if(h2) *h2 *= val; 1613 else if(v) *v += val;1614 else if(m) *m += val;1613 else if(v) *v *= val; 1614 else if(m) *m *= val; 1615 1615 else cout<<"PAWExecutor::h_mult Error: not implemented for "<<typeid(*mobj).name()<<endl; 1616 1616 }
Note:
See TracChangeset
for help on using the changeset viewer.