[poincare] Fix error in matrix dimension name

Change-Id: I6163cc4529cf9fc825dba208f2a20f4da4d142a1
This commit is contained in:
Émilie Feral
2017-11-24 18:27:47 +01:00
parent 36e8898178
commit ef97fac5ca

View File

@@ -20,7 +20,7 @@ private:
int writeTextInBuffer(char * buffer, int bufferSize) const override {
return LayoutEngine::writePrefixExpressionTextInBuffer(this, buffer, bufferSize, name());
}
const char * name() const { return "dimension"; }
const char * name() const { return "dim"; }
/* Simplification */
Expression * shallowReduce(Context& context, AngleUnit angleUnit) override;
/* Evaluation */