Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
ab8809 committed Sep 9, 2019
1 parent 932b6ec commit 094e06fae5b9c8f9e66d81bdaa4af0bcbc7321c3
Showing 1 changed file with 2 additions and 2 deletions.
@@ -30,7 +30,7 @@ Looing at Euler's Method, we also realize that to work out the position, we use
This gives us a list of variables the Particle will have to contain to work all this out.

> Write a list of the variables the Particle class will need. Try this yourself first and then look at the hidden list below. Make sure you understand why these variables are used!
\
<br/>
<details>
<summary> List of variables for a particle </summary>
@@ -43,7 +43,7 @@ This gives us a list of variables the Particle will have to contain to work all
| position |

</details>
\
<br/>
Once we have the variables, we will need to consider what type each variable will be.

> Look at the hidden variable list above if you have not already. For each variable, write down the type it should be. Try it yourself before looking at the list below.

0 comments on commit 094e06f

Please sign in to comment.