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

Method SetXDiffuse

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

Source from the content-addressed store, hash-verified

258 void SetOutflowY1(int _outflowY1) { outflowY1 = _outflowY1; }
259 void SetOutflowY2(int _outflowY2) { outflowY2 = _outflowY2; }
260 void SetXDiffuse(double _xdiffuse) { xdiffuse = _xdiffuse; }
261 void SetXGravity(double _xgravity) { xgravity = _xgravity; }
262 void SetYDiffuse(double _ydiffuse) { ydiffuse = _ydiffuse; }
263 void SetYGravity(double _ygravity) { ygravity = _ygravity; }

Callers 3

LoadResourceMethod · 0.80
LoadCellMethod · 0.80
LoadGradientResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected