]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/vector.cc
release: 0.0.28
[lilypond.git] / flower / vector.cc
index bb3008ee5e902cd7318c028fc0bd8a2919d43879..5cc76bfd7b274e4f1046bde102d04ea6ca73938e 100644 (file)
@@ -1,7 +1,11 @@
 #include "vector.hh"
-
+Vector::Vector(Array<Real> d)
+       : dat(d)
+{
+}
 Vector::Vector(const Vector&n)
-          :dat(n.dat)
+    dat(n.dat)
 {
 }