Changeset 3572 in Sophya for trunk/SophyaLib/NTools/poly.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/poly.cc
r3235 r3572 710 710 Poly2& Poly2::operator *= (double a) 711 711 { 712 for ( uint_4 i=0; i<NElts(); i++) Element(i) *= a;712 for (int_4 i=0; i<NElts(); i++) Element(i) *= a; 713 713 return *this; 714 714 }
Note:
See TracChangeset
for help on using the changeset viewer.