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

Function amrex_parser_delete

Src/Base/Parser/AMReX_Parser_Y.cpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void
279amrex_parser_delete (struct amrex_parser* parser)
280{
281 std::free(parser->p_root);
282 std::free(parser);
283}
284
285void
286amrex_parser_delete_ptrs ()

Callers 1

~DataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected