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

Function make_f2_string

Src/Base/Parser/AMReX_Parser_Exe.cpp:749–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747 }
748
749 std::pair<std::string,paren_t> make_f2_string (std::string_view const& f, std::string const& a,
750 std::string const& b)
751 {
752 std::string r{f};
753 r.append("(").append(a).append(",").append(b).append(")");
754 return {r,paren_t::atom};
755 }
756}
757
758void parser_exe_print(char const* p, Vector<std::string> const& vars,

Callers 1

parser_exe_printFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected