Skip to content
Snippets Groups Projects
Commit f769a31b authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Don't forget to initialize the engine structure in the test125cells

parent 1cf456d0
Branches
Tags
No related merge requests found
......@@ -519,6 +519,7 @@ int main(int argc, char *argv[]) {
hp.CFL_condition = 0.1;
struct engine engine;
bzero(&engine, sizeof(struct engine));
engine.hydro_properties = &hp;
engine.physical_constants = &prog_const;
engine.s = &space;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment