Skip to content

possible typo's in code. #18

@engbert

Description

@engbert

@mivion

Hi,

I found the following lines:

astronomy/moshier/deflection.js:1:$ns.deflectioon = {}; astronomy/moshier/deflection.js:3:$ns.deflectioon.calc = function (p, q, e, result) { astronomy/moshier/planet.js:102: body.position.deflection = $moshier.deflectioon.calc ( p, q, e ); // relativity astronomy/moshier/star.js:108: body.position.deflectioon = $moshier.deflectioon.calc ( p, p, e ); // relativity

I guess deflectioon should read deflection.
Worse might be line 108 in star.js: ( p, p, e ); if that should read ( p, q, e ); instead, as in line 102 of planet.js

Hope this helps improving the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions