Skip to content

Commit

Permalink
fixed tab in Table.cpp
Browse files Browse the repository at this point in the history
(#4)
  • Loading branch information
barnabytprowe committed May 18, 2012
1 parent ece1edc commit 187ec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table.cpp
Expand Up @@ -199,7 +199,7 @@ namespace galsim {
y2[1] = 3.*((v[2].val - v[1].val) / (v[2].arg - v[1].arg) -
(v[1].val - v[0].val) / (v[1].arg - v[0].arg)) / (v[2].arg - v[0].arg);

} else { // For 4 or more points we use the TMV symmetric tridiagonal matrix solver
} else { // For 4 or more points we use the TMV symmetric tridiagonal matrix solver

tmv::SymBandMatrix<V> M(n-2, 1);
for (int i=1; i<=n-3; i++){
Expand Down

0 comments on commit 187ec01

Please sign in to comment.