Skip to content

Commit

Permalink
keep threaded Chef alive
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaned committed Nov 28, 2015
1 parent c6e7426 commit d4cecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phasta/chef.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ int main(int argc, char** argv)
gmi_register_mesh();
globalPeers = PCU_Comm_Peers();
ph::Input in;
in.openfile_read = openFileRead;
in.load("adapt.inp");
in.openfile_read = openFileRead;
apf::Mesh2* m = apf::loadMdsMesh(
in.modelFileName.c_str(), in.meshFileName.c_str());
m->verify();
Expand Down

0 comments on commit d4cecce

Please sign in to comment.