Skip to content

Commit

Permalink
fix file extension for venn small examples (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jan 20, 2021
1 parent 0226f44 commit 55f48e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/blueprint/t_blueprint_mesh_examples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ void venn_test_small_yaml(const std::string &venn_type)
if(hdf5_enabled)
{
relay::io::blueprint::save_mesh(res,
ofbase+ ".blueprint_root",
ofbase,
"hdf5");
}

Expand Down Expand Up @@ -534,7 +534,7 @@ void venn_test(const std::string &venn_type)
if(hdf5_enabled)
{
relay::io::blueprint::save_mesh(res,
ofbase+ ".blueprint_root",
ofbase,
"hdf5");
}

Expand Down

0 comments on commit 55f48e3

Please sign in to comment.