Skip to content

Commit

Permalink
Insure usage of das3 model during reads
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiker committed Aug 27, 2024
1 parent a23b0d2 commit 6f41c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utilities/das3_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ int main(int argc, char** argv)

DasDsBldr* pBldr = new_DasDsBldr();
DasIO_addProcessor(pIn, (StreamHandler*)pBldr);

DasIO_model(pIn, 3); /* Write directly into das3 storage model */

if(DasIO_readAll(pIn) != 0)
return das_error(PERR, "Couldn't process input file %s", argv[1]);
Expand Down

0 comments on commit 6f41c1a

Please sign in to comment.