Changeset 3502 in Sophya


Ignore:
Timestamp:
Jul 25, 2008, 11:15:04 AM (17 years ago)
Author:
cmv
Message:

bizarrement h/culmt faisait une addition pour Vectro et Matrix ! cmv 25/07/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pawexecut.cc

    r3149 r3502  
    16111611if(h1 && !hp) *h1 *= val;
    16121612else if(h2)   *h2 *= val;
    1613 else if(v)    *v  += val;
    1614 else if(m)    *m  += val;
     1613else if(v)    *v  *= val;
     1614else if(m)    *m  *= val;
    16151615else cout<<"PAWExecutor::h_mult Error: not implemented for "<<typeid(*mobj).name()<<endl;
    16161616}
Note: See TracChangeset for help on using the changeset viewer.