Home
last modified time | relevance | path

Searched refs:_firstWarning (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DGmshMessage.h55 static std::string _firstWarning, _firstError, _lastError; variable
H A DGmshMessage.cpp72 std::string Msg::_firstWarning; member in Msg
358 return _firstWarning; in GetFirstWarning()
564 if(_firstWarning.empty()) _firstWarning = str; in Warning()
849 _firstWarning.clear(); _firstError.clear(); _lastError.clear(); in ResetErrorCounter()