diff lump.h @ 5:085d80989ba7

Release 1.01
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 10 Dec 2012 16:20:57 +0000
parents 79c7cf39a0a0
children 4ea605899aca
line wrap: on
line diff
--- a/lump.h	Mon Dec 10 13:00:03 2012 +0000
+++ b/lump.h	Mon Dec 10 16:20:57 2012 +0000
@@ -45,7 +45,7 @@
 	Lump(double aMass,double aFriction, double positionX, double positionY);
 	// also which spring is it attached to
     ~Lump();
-	
+	double radialDisplacement;
 	TwoVector applyForce();
     void averagingFilter(double amt);
     void homingFilter(double amt);