Skip to content

Non breaking typo #72

@axla-io

Description

@axla-io

Seems to be a typo in:

paramteres = Dict{Symbol, PotentialParameters}()
if :lennard_jones potentials
paramteres[:lennard_jones] = LennardJonesParameters()
end
if :electrostatic potentials
paramteres[:electrostatic] = ElectrostaticParameters()
end
if :gravitational potentials
paramteres[:gravitational] = GravitationalParameters()
end
if :magnetostatic potentials
paramteres[:magnetostatic] = MagnetostaticParameters()
end
PotentialNBodySystem(bodies, paramteres)

i.e. paramteres should be parameters
This doesn't seem to impact the functionality of the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions