[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:59:18 PST 2008


changeset:   119:5fc7556f33fe
user:        JulianGiordani
date:        Mon Jul 21 04:58:03 2008 +0000
files:       Shape/src/Cylinder.h
description:
forgot this.
Changed an input parameter for the cylinder class from "perpendicularAxis" to "alongAxis"


diff -r e87bc137c162 -r 5fc7556f33fe Shape/src/Cylinder.h
--- a/Shape/src/Cylinder.h	Mon Jul 21 04:30:25 2008 +0000
+++ b/Shape/src/Cylinder.h	Mon Jul 21 04:58:03 2008 +0000
@@ -51,7 +51,7 @@
 		double                                radius;           \
 		XYZ                                   start;            \
 		XYZ                                   end;              \
-		Axis                                  perpendicularAxis;
+		Axis                                  alongAxis;
 
 	struct Cylinder { __Cylinder };
 	



More information about the CIG-COMMITS mailing list