]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/simple-spacer.hh
*** empty log message ***
[lilypond.git] / lily / include / simple-spacer.hh
index c050f2f8ff64f12b36f0629a109c092c7d14af88..48e8dd2e34b87f1caa6e35bbe8b94ef9251a3dd0 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -18,14 +18,14 @@ struct Spring_description
 {
   Real ideal_;
   Real hooke_;
-  bool active_b_;
+  bool is_active_;
 
   Real block_force_;
 
   Real length (Real force) const;
   Spring_description ();
 
-  bool sane_b () const;
+  bool is_sane () const;
 };
 
 struct Simple_spacer
@@ -50,10 +50,10 @@ struct Simple_spacer
   Real range_stiffness (int, int) const;
   void add_rod (int l, int r, Real dist);
   Real range_ideal_len (int l, int r)const;
-  Real active_blocking_force ()const;
+  Real is_activelocking_force ()const;
   Real configuration_length ()const;
   void set_active_states ();
-  bool active_b () const;
+  bool is_active () const;
 };
 
 #endif /* SIMPLE_SPACER_HH */