Skip to content
Snippets Groups Projects
Commit 2811c6fa authored by orestis.malaspin's avatar orestis.malaspin
Browse files

corrected typo in function name

parent 2a85c2a8
No related branches found
No related tags found
No related merge requests found
......@@ -499,7 +499,7 @@ Le quad tree doit avoir au moins trois fonctions dont les signatures sont:
```language-c
void update_acceleration_on_star(const node *const n, star *s,
void update_acceleration_from_node(const node *const n, star *s,
double theta);
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment