Removed unused earth-tilt field tt from C, C#, Python.

The `tt` field in the internal earth-tilt data structure
was used only in the JavaScript version.
Removed it from the other languages.
This commit is contained in:
Don Cross
2022-04-11 10:15:26 -04:00
parent 83019ff009
commit c426fbc00e
7 changed files with 4 additions and 15 deletions

View File

@@ -1426,7 +1426,6 @@ class _e_tilt:
self.deps = e.deps
self.mobl = _mean_obliq(time.tt)
self.tobl = self.mobl + (e.deps / 3600.0)
self.tt = time.tt
self.ee = e.dpsi * math.cos(math.radians(self.mobl)) / 15.0
def _ecl2equ_vec(time, ecl):