Skip to content
Snippets Groups Projects
Commit ae3c757b authored by Jaiem's avatar Jaiem
Browse files

Update veh.h

parent 85ac65fc
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ struct veh{
double F_act;
};
extern veh veh1;
void init(double a_in=0,double v_in=0,double s_in=0,double Mass_in=500);
void simulate();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment