Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Update file handling test (#11)
Browse files Browse the repository at this point in the history
* fix test
  • Loading branch information
fdplacido authored Apr 9, 2021
1 parent 98b51f9 commit 5d50e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k4LCIOReader/test/read_lcio.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
int main()
{
auto reader = k4LCIOReader();
reader.open( "lciodata.slcio" );
reader.openFile( "lciodata.slcio" );

auto store = podio::EventStore();
store.setReader(&reader);
Expand Down Expand Up @@ -56,7 +56,7 @@ int main()
//break;
}

reader.close();
reader.closeFile();

return 0;
}

0 comments on commit 5d50e51

Please sign in to comment.