From e0bdc672b291897035fdb36a9a75c2878e364cf9 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Wed, 24 Apr 2024 09:40:23 -0400 Subject: [PATCH] update tutorial file --- doc/tutorial/simplegrav/interface_1.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/tutorial/simplegrav/interface_1.cc b/doc/tutorial/simplegrav/interface_1.cc index 4f8d5b05d8..9564a184ea 100644 --- a/doc/tutorial/simplegrav/interface_1.cc +++ b/doc/tutorial/simplegrav/interface_1.cc @@ -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; }