]> git.mxchange.org Git - simgear.git/blobdiff - Math/vector.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[simgear.git] / Math / vector.c
index ba2e3cfc60502f78f867b9e123bdfb617c1176e4..0c0847e4ebaafc3eda439e597af07ec2a70f1a61 100644 (file)
@@ -27,9 +27,9 @@
 #include <math.h>
 #include <stdio.h>
 
-#include "vector.h"
+#include <Math/vector.h>
 
-#include "../Math/mat3.h"
+#include <Math/mat3.h>
 
 
 /* Map a vector onto the plane specified by normal */
@@ -78,9 +78,13 @@ void map_vec_onto_cur_surface_plane(MAT3vec normal, MAT3vec v0, MAT3vec vec,
 }
 
 /* $Log$
-/* Revision 1.1  1997/12/22 04:13:17  curt
-/* Initial revision.
+/* Revision 1.2  1998/01/19 19:27:13  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.1  1997/12/22 04:13:17  curt
+ * Initial revision.
+ *
  */