]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
remove ly_scm2str0.
[lilypond.git] / lily / column-x-positions.cc
index 8c5c6186d7082e923f076188412c456494151d36..c9a0c06e10867b97246e7cac35aa9c4fe322bc8f 100644 (file)
@@ -3,18 +3,17 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 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;
+  satisfies_constraints_ = true;
+  force_ = 0;
 }