Skip to content
Snippets Groups Projects
Commit c6ad212c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'typo' into 'master'

Fix typo

See merge request !26
parents 09054e11 d714cac8
Branches
Tags
1 merge request!26Fix typo
Pipeline #4103 failed
...@@ -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