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

Method SetOutflow

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

Source from the content-addressed store, hash-verified

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);
252 void SetInflowX1(int _inflowX1) { inflowX1 = _inflowX1; }
253 void SetInflowX2(int _inflowX2) { inflowX2 = _inflowX2; }

Callers 5

LoadResourceMethod · 0.45
LoadCellMethod · 0.45
LoadGradientResourceMethod · 0.45
SetResourceOutflowMethod · 0.45
UpdateCellResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected