Mercurial > hg > octave-nkf
diff scripts/quaternion/qderivmat.m @ 3458:d25bc039237b
[project @ 2000-01-19 09:36:14 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 09:36:28 +0000 |
parents | a892190f4977 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/quaternion/qderivmat.m +++ b/scripts/quaternion/qderivmat.m @@ -46,7 +46,7 @@ Omega = vec (Omega); if (length (Omega) != 3) - error ("qderivmat: Omega must be a length 3 vector."); + error ("qderivmat: Omega must be a length 3 vector"); endif Dmat = 0.5 * [ 0.0, Omega(3), -Omega(2), Omega(1);