]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spring-smob.cc
``slikken kreng''
[lilypond.git] / lily / spring-smob.cc
index 3ab9618ef068ef478ea6a89fd2a05f77afdfc46a..72218e8a7e91be903648688b143700d5c294a01a 100644 (file)
@@ -13,8 +13,8 @@
 
 Spring_smob::Spring_smob()
 {
-  distance_f_ =0.;
-  strength_f_ =1.0;
+  distance_ =0.;
+  strength_ =1.0;
   expand_only_b_ = false;
   other_ = 0;
 }
@@ -29,7 +29,7 @@ int
 Spring_smob::print_smob (SCM s, SCM p, scm_print_state *)
 {
   Spring_smob *ss = unsmob_spring (s);
-  scm_puts (_f("#<spring smob d= %f>", ss->distance_f_).ch_C(), p);
+  scm_puts (_f("#<spring smob d= %f>", ss->distance_).to_str0 (), p);
   return 1;
 }