MCPcopy Create free account
hub / github.com/Cantera/cantera / warnlog

Method warnlog

src/base/application.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void Application::warnlog(const string& warning, const string& msg)
212{
213 m_logwriter->warn(warning, msg);
214}
215
216void Application::setDefaultDirectories()
217{

Callers

nothing calls this directly

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected