675
676
gmsh_yystringsymbols.clear();
679
680
std::map<std::string, std::string> cls(Msg::GetCommandLineStrings());
680
681
for(std::map<std::string, std::string>::iterator it = cls.begin(); it != cls.end(); it++)
681
682
gmsh_yystringsymbols[it->first] = it->second;
684
686
// temporary hack until we fill the current GModel on the fly during parsing