Skip to content

Commit a6ce554

Browse files
committed
method changed to static
1 parent b25f8bf commit a6ce554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private slots:
5252
* Removes an row with 0s in it.
5353
* @param mat new MatrixXd
5454
*/
55-
void removeZeroRows(Eigen::MatrixXd& mat);
55+
static void removeZeroRows(Eigen::MatrixXd& mat);
5656

5757
};
5858

0 commit comments

Comments
 (0)