Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
2
BL_FORT_PROC_DECL(BL_PROFFORTFUNCSTART_CPP, bl_proffortfuncstart_cpp)
Function · 0.85
BL_FORT_PROC_DECL(BL_PROFFORTFUNCSTOP_CPP, bl_proffortfuncstop_cpp)
Function · 0.85
Calls
1
Trim
Function · 0.85
Tested by
no test coverage detected