]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
test
[lilypond.git] / lily / column-x-positions.cc
index 080c178ce027c32257b483e0fbae9f48aacc4f4b..7863ac04631d5b01954fcb41e7f2dafa17d9dec4 100644 (file)
@@ -3,18 +3,17 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "column-x-positions.hh"
 #include "real.hh"
-#include "debug.hh"
 
-Column_x_positions::Column_x_positions()
+
+Column_x_positions::Column_x_positions ()
 {
-  energy_f_ = infinity_f;
   satisfies_constraints_b_ = false;
-  force_f_ = 0;
+  force_ = 0;
 }