]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_exintinset.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_exintinset.C
index edd8343c0ba5fb941aada52202b76faac3cc40e5..2ad11b39df7c60a731f24554eb4539426c2b64a2 100644 (file)
@@ -18,14 +18,14 @@ MathInset * MathExIntInset::clone() const
 }
 
 
-void MathExIntInset::write(MathWriteInfo & os) const
+void MathExIntInset::write(WriteStream & os) const
 {
        scripts_.write(int_.nucleus(), os);
        os << core_ << "d" << diff_;
 }
 
 
-void MathExIntInset::writeNormal(NormalStream & os) const
+void MathExIntInset::normalize(NormalStream & os) const
 {
        //os << "[int " << scripts_ << ' ' << core_ << ' ' << diff_ << ']'
 }