Skip to content
Snippets Groups Projects
Commit d714cac8 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

EquationTags.hh: fix typo

parent f2f60977
No related branches found
No related tags found
1 merge request!26Fix typo
...@@ -31,7 +31,7 @@ class EquationTags ...@@ -31,7 +31,7 @@ class EquationTags
private: private:
map<int, map<string, string>> eqn_tags; map<int, map<string, string>> eqn_tags;
public: public:
// Add multiple equatoin tags for the given equation // Add multiple equation tags for the given equation
inline void add(int eqn, map<string, string> tags) inline void add(int eqn, map<string, string> tags)
{ {
if (eqn_tags.find(eqn) == eqn_tags.end()) if (eqn_tags.find(eqn) == eqn_tags.end())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment