X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsimple-spacer.hh;h=6c2a16f5d823d027233cfc9cbff276528d80ecb1;hb=fe1eb832e9e1e92e2bf98c33011465658192f033;hp=4395912c2fb81c0e97cf3e5f10aed172a8d7a3ef;hpb=ce2b62c770461e0a719aa0fd99499624917f4e79;p=lilypond.git diff --git a/lily/include/simple-spacer.hh b/lily/include/simple-spacer.hh index 4395912c2f..6c2a16f5d8 100644 --- a/lily/include/simple-spacer.hh +++ b/lily/include/simple-spacer.hh @@ -18,7 +18,7 @@ struct Spring_description { Real ideal_; Real hooke_; - bool active_b_; + bool is_active_; Real block_force_; @@ -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 */