MCPcopy Create free account
hub / github.com/chrxh/alien / getParameters

Method getParameters

source/EngineTests/ConstructorTests.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14public:
15 static SimulationParameters getParameters()
16 {
17 SimulationParameters result;
18 for (int i = 0; i < MAX_COLORS; ++i) {
19 result.baseValues.radiationCellAgeStrength[i] = 0;
20 }
21 return result;
22 }
23
24 ConstructorTests()
25 : IntegrationTestFramework(getParameters())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected