Index: wflow-py/wflow/wflow_lib.py =================================================================== diff -u -r21a737cc033ad3a927e53eb8d3cd820574c155e9 -r641d0c85012d7cee3fdd63032243809c710c8e4a --- wflow-py/wflow/wflow_lib.py (.../wflow_lib.py) (revision 21a737cc033ad3a927e53eb8d3cd820574c155e9) +++ wflow-py/wflow/wflow_lib.py (.../wflow_lib.py) (revision 641d0c85012d7cee3fdd63032243809c710c8e4a) @@ -569,7 +569,7 @@ in X, Y pairs. It's goal is to replace the pcraster col2map program. tolerance should be 0.5 to select single points - Performance is not very good and scales liniear with the number of points + Performance is not very good and scales linear with the number of points Input: @@ -598,7 +598,7 @@ # Loop over points and "burn in" map for n in range(0,xcor.size): if Verbose: - print(n) + print(n) diffx = x - xcor[n] diffy = y - ycor[n] col_ = absolute(diffx) <= (XX[0,0] * tolerance) # cellsize