brata-hsdc / brata.station

Automatically exported from code.google.com/p/brata.station
Apache License 2.0
0 stars 0 forks source link

Truncate input values to ddd.d in FlightService #37

Open ellerychan opened 8 years ago

ellerychan commented 8 years ago

All simulation inputs to Dock must be of the form ddd.d. Validate FlightService inputs. Truncate smaller decimal places. Maybe indicate what is in error.

DesignChallengeGuy commented 8 years ago

Just to clarify, the format of the docking parameters is “ddd.d” with the single decimal digit to the right of the decimal point.

On Jan 30, 2016, at 9:23 PM, Ellery Chan notifications@github.com wrote:

All simulation inputs to Dock must be of the form dddd Validate FlightService inputs Truncate smaller decimal places Maybe indicate what is in error

— Reply to this email directly or view it on GitHub.

ellerychan commented 8 years ago

Addressed in Pull Request #43.