]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
Finish fixing 97.
[lilypond.git] / lily / include / spring.hh
index c3ef5bd027493879c36a757469a9764ee9fd6ba2..11989b3ad03c6735fdf21e26afb4fb29a3f76578 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SPRING_HH
@@ -17,9 +17,9 @@ struct Spring_smob
   Grob *other_;
   Real distance_;
   bool expand_only_b_;
-  Real strength_;
+  Real inverse_strength_;
 
-  DECLARE_SIMPLE_SMOBS (Spring_smob, dummy);
+  DECLARE_SIMPLE_SMOBS (Spring_smob);
 public:
   Spring_smob ();
 };
@@ -34,7 +34,7 @@ struct Spring
   /*
     TODO: make 2 strengths: one for stretching, and one for shrinking.
   */
-  Real strength_;
+  Real inverse_strength_;
   void add_to_cols ();
   void set_to_cols ();
   Spring ();