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

Function Fint_2_string

Src/Base/AMReX_BLProfiler.cpp:1567–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565 }
1566
1567 std::string Fint_2_string(const int *iarr, int nlen) {
1568 std::string res;
1569 for(int i(0); i < nlen && *iarr != EOS; ++i) {
1570 res += *iarr++;
1571 }
1572 return Trim(res);
1573 }
1574}
1575
1576

Calls 1

TrimFunction · 0.85

Tested by

no test coverage detected