Browse Source

r.viewshed: update MAX_STREAMS_OPEN comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58565 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
2684f4063b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      raster/r.viewshed/distribute.cpp

+ 2 - 2
raster/r.viewshed/distribute.cpp

@@ -52,8 +52,8 @@ extern "C"
 #include <grass/iostream/ami.h>
 
 
-/*note: MAX_STREAM_OPEN defined in IOStream/include/ami_stream.h, which
-   is included by ami.h  */
+/*note: MAX_STREAMS_OPEN defined in include/iostream/ami_stream.h
+  which is included by ami.h  */
 
 #include "distribute.h"
 #include "viewshed.h"