Skip to content
Snippets Groups Projects
Commit 3ddc742e authored by Sean McBride's avatar Sean McBride
Browse files

Fixed Wstring-concatenation warning: missing comma in string list

parent 0ff3fb50
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ void vtkMatrixMathFilter::PrintSelf(ostream& os, vtkIndent indent)
static const char* OperationNames[] = {
"None",
"Determinant",
"Eigenvalue"
"Eigenvalue",
"Eigenvector",
"Inverse",
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment