]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/vector.hh
release: 1.1.1
[lilypond.git] / flower / include / vector.hh
index 8b4d280cf5e940783692facc1198103b8a1d1e18..b4eeb9759709a32f8aaf4c2599ccdbea7bdad6e1 100644 (file)
@@ -78,6 +78,7 @@ public:
        return sqrt (norm_sq());
     }
     operator Array<Real>() { return dat; }
+  Array<Real> const &to_array()const { return dat; }  
     void print() const;
     /// set to j-th element of unit-base
     void set_unit (int j) ;