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

Function parser_regvar

Src/Base/Parser/AMReX_Parser_Y.cpp:2057–2061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2055}
2056
2057void
2058parser_regvar (struct amrex_parser* parser, char const* name, int i)
2059{
2060 parser_ast_regvar(parser->ast, name, i);
2061}
2062
2063void
2064parser_setconst (struct amrex_parser* parser, char const* name, double c)

Callers 1

registerVariablesMethod · 0.85

Calls 1

parser_ast_regvarFunction · 0.85

Tested by

no test coverage detected