MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / printExe

Method printExe

Src/Base/Parser/AMReX_Parser.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void
178Parser::printExe () const
179{
180 if (m_data && m_data->m_host_executor) {
181 parser_exe_print(m_data->m_host_executor, m_vars, m_data->m_locals);
182 }
183}
184
185}

Callers 1

test_parserFunction · 0.80

Calls 1

parser_exe_printFunction · 0.85

Tested by 1

test_parserFunction · 0.64