Skip to content

Commit 9c78248

Browse files
committed
remove old comments
1 parent a1ebbce commit 9c78248

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

geodesic_test.go

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,38 +2283,6 @@ func TestDirect20(t *testing.T) {
22832283
if !almost_equal(S12, inv.S12M2, 0.1) {
22842284
t.Errorf("row %d -- Inverse() S12 = %v; want %v", row, inv.S12M2, S12)
22852285
}
2286-
2287-
// if !almost_equal(lat2, cinv.LatDeg, 1e-13) {
2288-
// t.Errorf("row %d -- CInverse() lat2 = %v; want %v", row, cinv.LatDeg, lat2)
2289-
// }
2290-
2291-
// if !almost_equal(lon2, cinv.LonDeg, 1e-13) {
2292-
// t.Errorf("row %d -- CInverse() lon2 = %v; want %v", row, cinv.LonDeg, lon2)
2293-
// }
2294-
2295-
// if !almost_equal(azi2, cinv.AziDeg, 1e-13) {
2296-
// t.Errorf("row %d -- CInverse() azi2 = %v; want %v", row, cinv.AziDeg, azi2)
2297-
// }
2298-
2299-
// if !almost_equal(a12, cinv.A12Deg, 1e-13) {
2300-
// t.Errorf("row %d -- CInverse() a12 = %v; want %v", row, cinv.A12Deg, a12)
2301-
// }
2302-
2303-
// if !almost_equal(m12, cinv.ReducedLengthM, 1e-8) {
2304-
// t.Errorf("row %d -- CInverse() m12 = %v; want %v", row, cinv.ReducedLengthM, m12)
2305-
// }
2306-
2307-
// if !almost_equal(M12, cinv.M12, 1e-15) {
2308-
// t.Errorf("row %d -- CInverse() M12 = %v; want %v", row, cinv.M12, M12)
2309-
// }
2310-
2311-
// if !almost_equal(M21, cinv.M21, 1e-15) {
2312-
// t.Errorf("row %d -- CInverse() M21 = %v; want %v", row, cinv.M21, M21)
2313-
// }
2314-
2315-
// if !almost_equal(S12, cinv.S12M2, 0.1) {
2316-
// t.Errorf("row %d -- CInverse() S12 = %v; want %v", row, cinv.S12M2, S12)
2317-
// }
23182286
}
23192287
}
23202288

0 commit comments

Comments
 (0)