Commit 62e9cf47 authored by Davis King's avatar Davis King

Fixed spelling and tabbing

parent e3f984a2
...@@ -1235,7 +1235,7 @@ escape_banded_detection: ...@@ -1235,7 +1235,7 @@ escape_banded_detection:
#else #else
// Peform compact Cholesky // Perform compact Cholesky
for (long k = 0; k < A.nr(); ++k) for (long k = 0; k < A.nr(); ++k)
{ {
long last = std::min(k + bandwidth, A.nr() - 1) - k; long last = std::min(k + bandwidth, A.nr() - 1) - k;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment