Changeset 8f0a211 for GenericIOVerify.cxx
- Timestamp:
- 04/12/16 19:18:46 (9 years ago)
- Branches:
- master, pympi
- Children:
- 14e73bb
- Parents:
- a4fee13
- git-author:
- Hal Finkel <hfinkel@…> (04/12/16 19:18:46)
- git-committer:
- Hal Finkel <hfinkel@…> (04/12/16 19:18:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GenericIOVerify.cxx
rda65757 r8f0a211 106 106 bool MustMatch = false; 107 107 #endif 108 GIO.openAndReadHeader(MustMatch); 108 GIO.openAndReadHeader(MustMatch ? GenericIO::MismatchRedistribute : 109 GenericIO::MismatchDisallowed); 109 110 if (Verbose) cout << "\theader: okay" << endl; 110 111
Note: See TracChangeset
for help on using the changeset viewer.