]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_iter.C
fix the matrix reading other small cleanup
[features.git] / src / mathed / math_iter.C
index bf8c5b844459b3cfd94618911a4fa1d68b981d51..46da31d2671cbe56b0141d20851d819d8a552471 100644 (file)
@@ -43,17 +43,18 @@ MathedIter::MathedIter()
 {}
 
 
-
 MathedArray * MathedIter::GetData() const
 {
        return array;
 }
 
+
 short MathedIter::fcode() const
 {
        return fcode_; 
 }
 
+
 void MathedIter::fcode(short c) const
 {
        fcode_ = c;