X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvector.h;fp=src%2Fvector.h;h=36025b9c075c44f8103219d2085ad436a97e5a04;hb=7169af5d07be6e496cef0ac88d0e13647041d198;hp=6f6fa06f1b7cda0fcb67ef2a6b5e2cfd03718e82;hpb=32b6adaf700132ab0910d841b43a0ad343029ce0;p=ttedit diff --git a/src/vector.h b/src/vector.h index 6f6fa06..36025b9 100755 --- a/src/vector.h +++ b/src/vector.h @@ -29,7 +29,7 @@ struct vector void operator+=(const vector &v); void operator-=(const vector &v); vector operator*(const double &d); // Scale vector by amount - void zero(const double epsilon); + void zero(const double epsilon = 1.0e-6); }; #endif // __VECTOR_H__