Replacing spaces with tabs
This commit is contained in:
@@ -64,7 +64,6 @@ float* StepParityCost::getActionCost(State * initialState, State * resultState,
|
||||
}
|
||||
|
||||
costs[COST_MINE] += calcMineCost( initialState, resultState, row, combinedColumns, columnCount);
|
||||
|
||||
costs[COST_HOLDSWITCH] += calcHoldSwitchCost( initialState, resultState, row, combinedColumns, columnCount);
|
||||
costs[COST_BRACKETTAP] += calcBracketTapCost( initialState, resultState, row, leftHeel, leftToe, rightHeel, rightToe, elapsedTime, columnCount);
|
||||
// costs[COST_OTHER] += calcMovingFootWhileOtherIsntOnPadCost( initialState, resultState, columnCount);
|
||||
|
||||
Reference in New Issue
Block a user