X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Ffull-storage.hh;h=50eb0e0109979b9c0e6678d4e2ae991ec53d69b1;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=0d17df412ff1cfba180b81cd37b35ea551e5b2a8;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/flower/include/full-storage.hh b/flower/include/full-storage.hh index 0d17df412f..50eb0e0109 100644 --- a/flower/include/full-storage.hh +++ b/flower/include/full-storage.hh @@ -41,8 +41,8 @@ public: virtual void resize (int i, int j); virtual void resize (int i); virtual Real& elem (int i,int j); - virtual Real elem (int i, int j)const ; - int dim()const; + virtual Real elem (int i, int j) const ; + int dim() const; Full_storage (Matrix_storage*); Full_storage(); Full_storage (int i, int j); @@ -56,13 +56,13 @@ public: virtual void delete_column (int k); ~Full_storage(); - virtual bool mult_ok (int i, int j)const; + virtual bool mult_ok (int i, int j) const; virtual void mult_next (int &i, int &j) const ; virtual bool trans_ok (int i, int j) const; virtual void trans_next (int &i, int &j) const; DECLARE_VIRTUAL_COPY_CONS(Full_storage,Matrix_storage); DECLARE_MY_RUNTIME_TYPEINFO; - virtual bool try_right_multiply (Matrix_storage * dest, Matrix_storage const *)const; + virtual bool try_right_multiply (Matrix_storage * dest, Matrix_storage const *) const; }; #endif // FULL_STORAGE_HH