Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Huy-Khoa Huynh committed Feb 22, 2021
1 parent 31b0d81 commit 64c1c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_io_handle_sidre.cpp
Expand Up @@ -201,7 +201,7 @@ SidreIOHandle::read(const std::string &path,
Node &node)
{
Node opts;
read(path,node);
read(path,node,opts);
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 64c1c81

Please sign in to comment.