MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / Atom

Class Atom

compute/test/test_struct.cpp:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace chemistry {
30
31struct Atom
32{
33 Atom(float _x, float _y, float _z, int _number)
34 : x(_x), y(_y), z(_z), number(_number)
35 {
36 }
37
38 float x;
39 float y;
40 float z;
41 int number;
42};
43
44} // end chemistry namespace
45

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68