Skip to content
Snippets Groups Projects
Commit b9c753b8 authored by Oliver Sander's avatar Oliver Sander
Browse files

Fix typo in a comment

parent 4e75609b
No related branches found
No related tags found
1 merge request!705Add various binary operators to DenseVector and DenseMatrix
......@@ -340,7 +340,7 @@ void test_matrix()
A[0][0] += 5; // Make matrix non-zero
{
// Test that operator= and opeator-= work before we can test anything else
// Test that operator= and operator-= work before we can test anything else
using FM = FieldMatrix<K,n,m>;
FM A0 = A;
{
......
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