MCPcopy 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
51template<typename T>
52T pow2(T v)
53{
54 return v*v;
55}
56
57int main(int argc, char* argv[])
58{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected