diff libinterp/dldfcn/ccolamd.cc @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents aba2e6293dd8
children 112b20240c87
line wrap: on
line diff
--- a/libinterp/dldfcn/ccolamd.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/dldfcn/ccolamd.cc	Thu May 19 18:48:52 2016 -0700
@@ -226,7 +226,7 @@
     {
       if (args(0).is_complex_type ())
         {
-          scm = args(0). sparse_complex_matrix_value ();
+          scm = args(0).sparse_complex_matrix_value ();
           n_row = scm.rows ();
           n_col = scm.cols ();
           nnz = scm.nnz ();
@@ -373,7 +373,7 @@
 \n\
 @end table\n\
 \n\
-@var{cmember} is an optional vector of length n. It defines the constraints\n\
+@var{cmember} is an optional vector of length n.  It defines the constraints\n\
 on the ordering.  If @code{@var{cmember}(j) = @var{S}}, then row/column j is\n\
 in constraint set @var{c} (@var{c} must be in the range 1 to n).  In the\n\
 output permutation @var{p}, rows/columns in set 1 appear first, followed\n\