Change count to int
This commit is contained in:
parent
4d52ce955f
commit
9606ea0dab
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ void Curve::splineFill(const bool fillStatus[NumValues])
|
|||
{
|
||||
std::array<double, NumValues> x;
|
||||
std::array<double, NumValues> y;
|
||||
unsigned count = 0;
|
||||
int count = 0;
|
||||
|
||||
for (unsigned i = 0; i < NumValues; ++i) {
|
||||
if (fillStatus[i]) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue