Skip to content

Commit

Permalink
update tutorial file
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Apr 24, 2024
1 parent 7fcbfd3 commit e0bdc67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/tutorial/simplegrav/interface_1.cc
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ int get_total_radius (double *radius) { return -2; }

int get_acceleration (int index_of_the_particle, double *ax, double *ay, double *az) { return -2; }

int set_acceleration (int index_of_the_particle, double ax, double ay, double az) { return -2; }

int get_potential (int index_of_the_particle, double *potential) { return -2; }

int get_kinetic_energy (double *kinetic_energy) { return -1; }
Expand Down

0 comments on commit e0bdc67

Please sign in to comment.