Skip to content
Snippets Groups Projects
Commit 284629ea authored by arnaud.devevey's avatar arnaud.devevey
Browse files

change dir name

parent ea913aec
No related branches found
No related tags found
No related merge requests found
Pipeline #5868 failed
File moved
File moved
File moved
File added
File added
File moved
File moved
File added
File moved
......@@ -27,16 +27,16 @@ typedef struct __quadtree {
* * * * * * * * * * * * * * * * */
// crée un quadtree
Quadtree* create_quad_tree_from_galaxy(const struct __galaxy* const galaxy);
Quadtree* create_quad_tree_from_galaxy(const Galaxy* const galaxy);
// libère la mémoire de quadtree
void free_quadtree(Quadtree* tree);
// met à jour l'accélération d'une étoile
void update_acceleration_on_star(const struct __node* const node, struct __star* star, double theta);
void update_acceleration_on_star(const Node* const node, Star* star, double theta);
// met à jour l'accélération de toutes les étoiles
void update_accelerations_of_all_stars(const struct __node* const node, struct __galaxy* galaxy, double theta);
void update_accelerations_of_all_stars(const Node* const node, Galaxy* galaxy, double theta);
#endif
\ No newline at end of file
File added
File moved
File moved
File added
File moved
File moved
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment