Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
soniakeys committed Jul 23, 2013
1 parent bd0df22 commit 8267624
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion elementplanet/elementplanet.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 Sonia Keys
// License MIT: http://www.opensource.org/licenses/MIT

// Elementplanet: Chapter 31, Elements of Planetary Orbits
// Elementplanet: Chapter 31, Elements of Planetary Orbits.
//
// Partial: Only Mercury is implemented, and only mean elements. The tables
// present too much chance of typographic errors.
Expand Down
2 changes: 1 addition & 1 deletion elliptic/elliptic.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 Sonia Keys
// License MIT: http://www.opensource.org/licenses/MIT

// Elliptic: Chapter 33, Elliptic Motion
// Elliptic: Chapter 33, Elliptic Motion.
//
// Partial: Various formulas and algorithms are unimplemented for lack of
// examples or test cases.
Expand Down
2 changes: 1 addition & 1 deletion kepler/kepler.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 Sonia Keys
// License MIT: http://www.opensource.org/licenses/MIT

// Kepler: Chapter 30, Equation of Kepler
// Kepler: Chapter 30, Equation of Kepler.
package kepler

import (
Expand Down
2 changes: 1 addition & 1 deletion parabolic/parabolic.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 Sonia Keys
// License MIT: http://www.opensource.org/licenses/MIT

// Parabolic: Chapter 34, Parabolic Motion
// Parabolic: Chapter 34, Parabolic Motion.
package parabolic

import (
Expand Down
2 changes: 1 addition & 1 deletion planetposition/planetposition.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 Sonia Keys
// License MIT: http://www.opensource.org/licenses/MIT

// Planetposition: Chapter 32, Positions of the Planets
// Planetposition: Chapter 32, Positions of the Planets.
//
// Incomplete:
//
Expand Down
2 changes: 1 addition & 1 deletion solardisk/solardisk.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 Sonia Keys
// License MIT: http://www.opensource.org/licenses/MIT

// Solardisk: Chapter 29, Ephemeris for Physical Observations of the Sun
// Solardisk: Chapter 29, Ephemeris for Physical Observations of the Sun.
package solardisk

import (
Expand Down

0 comments on commit 8267624

Please sign in to comment.