Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Nov 11, 2005
1 parent a728bbb commit 37c6875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/simulation_runtime.h
Expand Up @@ -106,7 +106,7 @@ void initial_function(double*x, double *xd, double*y, double*p,
int nx, int ny, int np);

// Adds a result to the simulation result data.
void add_result(double *data, double time,double *nx, double *ndx, double *y,
void add_result(double *data, double time,double *x, double *ndx, double *y,
long nx, long ny, long *actual_points);

// stores the result on file.
Expand Down

0 comments on commit 37c6875

Please sign in to comment.