[GRASS-git] [OSGeo/grass-addons] 4d72db: r.stream.*: Avoid comparing floating point numbers...
Huidae Cho
noreply at github.com
Mon Jun 28 09:12:18 PDT 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass-addons
Commit: 4d72dba4d324f2ad6cb071a286849b6896f2714e
https://github.com/OSGeo/grass-addons/commit/4d72dba4d324f2ad6cb071a286849b6896f2714e
Author: Huidae Cho <grass4u at gmail.com>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M grass7/raster/r.stream.basins/io.c
M grass7/raster/r.stream.channel/io.c
M grass7/raster/r.stream.distance/io.c
M grass7/raster/r.stream.order/io.c
M grass7/raster/r.stream.segment/io.c
M grass7/raster/r.stream.slope/main.c
M grass7/raster/r.stream.snap/io.c
M grass7/raster/r.stream.stats/io.c
Log Message:
-----------
r.stream.*: Avoid comparing floating point numbers using not equal (#567)
* r.stream.*: Avoid comparing floating point numbers using not equal
* Use GRASS_EPSILON instead of an arbitrary threshold
More information about the grass-commit
mailing list