MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / create_double_vector

Function create_double_vector

tests/basic/test-algorithm.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::vector< double > create_double_vector()
39{
40 return { 0.0, 1.1, 2.2, 3.3 };
41}
42
43std::vector< std::vector< std::pair< geode::uuid, geode::index_t > > >
44 create_toto_vector()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected