Skip to content
Snippets Groups Projects
Commit 47574f32 authored by James Willis's avatar James Willis
Browse files

Added a file pointer for timestep information.

parent b0f29ea2
No related branches found
No related tags found
1 merge request!197Scaling plots
......@@ -146,6 +146,7 @@ struct engine {
/* Statistics information */
FILE *file_stats;
FILE *file_timesteps;
double timeLastStatistics;
double deltaTimeStatistics;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment