noise-tool: use windows accessible isnan
This commit is contained in:
parent
dd84b7022e
commit
e829e95791
@ -240,7 +240,7 @@ main (int argc, char **argv)
|
|||||||
case RMF: f.reset<fractal::rmf <float,basis::runtime<float>>> (seed); break;
|
case RMF: f.reset<fractal::rmf <float,basis::runtime<float>>> (seed); break;
|
||||||
case HETERO: {
|
case HETERO: {
|
||||||
auto &child = f.reset<fractal::hetero<float,basis::runtime<float>>> (seed);
|
auto &child = f.reset<fractal::hetero<float,basis::runtime<float>>> (seed);
|
||||||
if (!isnan (offset))
|
if (!std::isnan (offset))
|
||||||
child.offset (offset);
|
child.offset (offset);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user