MCPcopy Create free account
hub / github.com/devosoft/avida / SetInitial

Method SetInitial

avida-core/source/main/cResource.h:248–248  ·  view source on GitHub ↗

can only be assigned once

Source from the content-addressed store, hash-verified

246
247 void SetIndex(int _index) { if (index < 0) index = _index; } // can only be assigned once
248 void SetInitial(double _initial) { initial = _initial; }
249 void SetInflow (double _inflow ) { inflow = _inflow; }
250 void SetOutflow(double _outflow) { outflow = _outflow; }
251 bool SetGeometry(cString _geometry);

Callers 6

LoadResourceMethod · 0.45
LoadCellMethod · 0.45
LoadGradientResourceMethod · 0.45
UpdateCellResourceMethod · 0.45
SetupMethod · 0.45
SetCellListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected