wrap global function in anonymous namespace
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
using namespace StepParity;
|
||||
|
||||
|
||||
namespace {
|
||||
template <typename T>
|
||||
bool isEmpty(const std::vector<T> & vec, int columnCount) {
|
||||
for (int i = 0; i < columnCount; i++)
|
||||
@@ -18,7 +18,7 @@ bool isEmpty(const std::vector<T> & vec, int columnCount) {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
float StepParityCost::getActionCost(State * initialState, State * resultState, std::vector<Row>& rows, int rowIndex, float elapsedTime)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user