]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
*** empty log message ***
[lilypond.git] / lily / include / spring.hh
index c3ef5bd027493879c36a757469a9764ee9fd6ba2..e5e42ff50c454c76de620a292e8af1ae3cf1ebbb 100644 (file)
@@ -17,7 +17,7 @@ struct Spring_smob
   Grob *other_;
   Real distance_;
   bool expand_only_b_;
-  Real strength_;
+  Real inverse_strength_;
 
   DECLARE_SIMPLE_SMOBS (Spring_smob, dummy);
 public:
@@ -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 ();