]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_charinset.C
iterators for MathArray; cosmetics;
[features.git] / src / mathed / math_charinset.C
index 1a098466f8a564d4140646d38b94b4ae7b9c3fbe..97f6759d2bd883e2ea798ffdcadd5b6f52deda21 100644 (file)
@@ -76,3 +76,9 @@ void MathCharInset::writeNormal(std::ostream & os) const
 {
        os << char_;
 }
+
+
+bool MathCharInset::isRelOp() const
+{
+       return char_ == '=' || char_ == '<' || char_ == '>';
+}