MCPcopy Create free account
hub / github.com/NanoComp/meep / v3

Function v3

tests/array-metadata.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18using std::vector;
19
20vector3 v3(double x = 0.0, double y = 0.0, double z = 0.0) {
21 vector3 v;
22 v.x = x;
23 v.y = y;
24 v.z = z;
25 return v;
26}
27
28/***************************************************************/
29/***************************************************************/

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected