diff spring.h @ 3:d346ddc50f70

Vectorised a few things. Fiddled with new mesh creator... not solved much.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 07 Dec 2012 19:20:57 +0000
parents c667dfe12d47
children 0e03760cf2d9
line wrap: on
line diff
--- a/spring.h	Thu Nov 22 17:58:34 2012 +0000
+++ b/spring.h	Fri Dec 07 19:20:57 2012 +0000
@@ -37,10 +37,11 @@
 	Lump * startLumpPtr;
 	Lump * endLumpPtr;
 	
-	bool isInScanPath;
+	
 
 	
 public:
+    bool isInScanPath;
 	static bool forcesOn;
 	
 	Spring();