]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_atom.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_atom.C
index 57acb4a0a7d9b8a113eaeb2c822604f121e6df67..cfb2e9bbff0c9509fcba29d568ed6c68f59750e4 100644 (file)
@@ -55,6 +55,14 @@ MathAtom::~MathAtom()
 }
 
 
+void MathAtom::reset(MathInset * p)
+{
+       done();
+       nucleus_ = p;
+}
+
+
+
 void MathAtom::done()
 {
        delete nucleus_;