[GRASS-SVN] r52206 - grass/trunk/lib/segment

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 25 05:26:13 PDT 2012


Author: wenzeslaus
Date: 2012-06-25 05:26:12 -0700 (Mon, 25 Jun 2012)
New Revision: 52206

Modified:
   grass/trunk/lib/segment/segmentlib.dox
Log:
fixing segmentlib dox file (missing closing tags)

Modified: grass/trunk/lib/segment/segmentlib.dox
===================================================================
--- grass/trunk/lib/segment/segmentlib.dox	2012-06-25 09:20:34 UTC (rev 52205)
+++ grass/trunk/lib/segment/segmentlib.dox	2012-06-25 12:26:12 UTC (rev 52206)
@@ -88,11 +88,11 @@
 
 <P>
 <I>int segment_open(SEGMENT *SEG, char *fname, off_t nrows, off_t ncols,
-  int srows, int scols, int len, int nseg), open a new segment structure.
+  int srows, int scols, int len, int nseg)</I>, open a new segment structure.
 <P>
   A new file with full path name <B>fname</B> will be created and 
   formatted. The original nonsegmented data matrix consists of 
-  <B>nrows</B> and <B>ncols. The segments consist of <B>srows</B> by 
+  <B>nrows</B> and <B>ncols</B>. The segments consist of <B>srows</B> by
   <B>scols</B>. The data items have length <B>len</B> bytes. The number 
   of segments to be retained in memory is given by <B>nseg</B>. This 
   routine calls segment_format() and segment_init(), see below. If 



More information about the grass-commit mailing list