Skip to content

Commit

Permalink
#3118 fix spelling in description of CountNonZeroRows
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Aug 1, 2023
1 parent a20d38d commit 3f0aa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry_Engine/Compute/CountNonZeroRows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static partial class Compute
/**** Public Methods ****/
/***************************************************/

[Description("Counts the number of rows in the matrix that contain at least on non-zero value.")]
[Description("Counts the number of rows in the matrix that contain at least one non-zero value.")]
[Input("matrix","The matrix to evaluate.")]
[Input("tolerance", "Tolerance to be used to determine if the value is zero. A value of the matrix that has a magnitude less than this tolerance will be deemed as a zero value.")]
[Output("count", "The number of non-zero rows of the matrix.")]
Expand Down

0 comments on commit 3f0aa7b

Please sign in to comment.