Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeisSol/SeisSol
/ pow2
Function
pow2
postprocessing/validation/XDMFCubeCheck/src/main.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
template<typename T>
52
T pow2(T v)
53
{
54
return v*v;
55
}
56
57
int main(int argc, char* argv[])
58
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected