]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_diffinset.C
index 92011f9f5e1cd3f8a3bc68a576a83ef3cea9ee9b..d872157586ccfba699b108a4b0b81cb28445946e 100644 (file)
@@ -1,3 +1,4 @@
+
 #include "math_diffinset.h"
 #include "math_support.h"
 #include "math_mathmlstream.h"
@@ -43,7 +44,7 @@ void MathDiffInset::draw(MathPainterInfo &, int, int) const
 }
 
 
-void MathDiffInset::maplize(MapleStream & os) const
+void MathDiffInset::maple(MapleStream & os) const
 {
        os << "diff(";
        for (idx_type idx = 0; idx < nargs(); ++idx) {
@@ -55,7 +56,7 @@ void MathDiffInset::maplize(MapleStream & os) const
 }
 
 
-void MathDiffInset::mathematicize(MathematicaStream & os) const
+void MathDiffInset::mathematica(MathematicaStream & os) const
 {
        os << "Dt[";
        for (idx_type idx = 0; idx < nargs(); ++idx) {