X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fvector.cpp;fp=src%2Fvector.cpp;h=fe627cd329adb397f28c3447512dfcad265c6f02;hb=7fde5a077bc9bbce28662fa2e5aa5043f3b4747f;hp=1ba2064ee925fd510bd7bc0ed6d878664f344e98;hpb=0c01fa32c7e0629ae61992e0419f03724fc18487;p=ttedit diff --git a/src/vector.cpp b/src/vector.cpp index 1ba2064..fe627cd 100755 --- a/src/vector.cpp +++ b/src/vector.cpp @@ -9,7 +9,7 @@ // JLH = James L. Hammons // // Who When What -// --- ---------- ------------------------------------------------------------- +// --- ---------- ----------------------------------------------------------- // JLH ??/??/2003 Created original implementation // JLH 05/14/2004 Separated header from implementation, added operator- // function @@ -153,7 +153,7 @@ void vector::zero(const double epsilon/*= 1.0e-6*/) // JLH = James L. Hammons // // WHO WHEN WHAT -// --- ---------- ------------------------------------------------------------ +// --- ---------- ---------------------------------------------------------- // JLH 09/19/2006 Created this file // JLH 03/22/2011 Moved implementation of constructor from header to here // JLH 04/02/2011 Fixed divide-by-zero bug in Unit(), added Angle() function