Closed jaetask closed 2 years ago
Please review PR 15 first. This PR branches off of that
In almost all functions the ordering of params is _pid, _amount, _positionId.
_pid
_amount
_positionId
This PR modifies the _calculateEmissions and _calculateDistanceFromMean functions (and their calls) to conform to that order.
_calculateEmissions
_calculateDistanceFromMean
Parameter ordering
In almost all functions the ordering of params is
_pid
,_amount
,_positionId
.This PR modifies the
_calculateEmissions
and_calculateDistanceFromMean
functions (and their calls) to conform to that order.