-
-
Couldn't load subscription status.
- Fork 19
Closed
Description
Seems to be a typo in:
NBodySimulator.jl/src/nbody_system.jl
Lines 36 to 54 in fa8285c
| 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
Labels
No labels