Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,8 @@ end_of_line = unset
charset = unset
insert_final_newline = unset

# These are valid UTF-8 text but contain a few stray control characters that
# editorconfig-checker's binary detection flags as non-utf-8.
# configure is autoconf-generated and uses BEL (\007) as an awk field
# separator; lib/external/ccmath is vendored third-party code; the two
# r.drain READMEs are historical, pre-existing content.
[{configure,raster/r.drain/README,scripts/r.drain/README,lib/external/ccmath/C01-matrix}]
# configure is autoconf-generated and uses BEL (\007) as an awk
# field separator, which editorconfig-checker's binary detection flags as
# non-utf-8.
[configure]
charset = unset
4 changes: 2 additions & 2 deletions lib/external/ccmath/C01-matrix
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,8 @@ qrbd1
updated by the computation
v = pointer to store of n by n orthogonal matrix V updated
by the computation
m = number of rows in the U1 matrix
n = size of the d and e arrays, number of columns in the U1
m = number of rows in the U1 matrix
n = size of the d and e arrays, number of columns in the U1
matrix, and the number of rows and columns in the V matrix.
return value: N = number of QR iterations required

Expand Down
2 changes: 1 addition & 1 deletion raster/r.drain/README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ r.d2 reproduces most of the behavior of r.drain. It does not use the
all of the flags defined for r.drain. My first draft of the model
didn't correctly handle the ew,ns and diagonal resolutions (as
r.fill.dir does not). I believe that I fixed that problem. There are
also some other minor behaviors that differ a little from r.drain.
also some other minor behaviors that differ a little from r.drain.

r.d2 runs pretty quickly on a small, clean dem, but it can take quite a
while to run on a large cell map - particularly one with very many
Expand Down
2 changes: 1 addition & 1 deletion scripts/r.drain/README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ r.d2 reproduces most of the behavior of r.drain. It does not use the
all of the flags defined for r.drain. My first draft of the model
didn't correctly handle the ew,ns and diagonal resolutions (as
r.fill.dir does not). I believe that I fixed that problem. There are
also some other minor behaviors that differ a little from r.drain.
also some other minor behaviors that differ a little from r.drain.

r.d2 runs pretty quickly on a small, clean dem, but it can take quite a
while to run on a large cell map - particularly one with very many
Expand Down
Loading