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

Method getParameters

source/EngineTests/MuscleTests.cpp:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected