Skip to content

Commit

Permalink
#12
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed May 11, 2020
1 parent 63d90b3 commit a67f6d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MsBackendRawFileReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public Rawfile(string rawfile)
int deviceNumber = 1;
_rawfile = rawfile;
rawFile = RawFileReaderAdapter.FileFactory(_rawfile);
// https://github.com/cpanse/MsBackendRawFileReader/issues/12
rawFile.IncludeReferenceAndExceptionData = false;

rawFile.SelectInstrument(Device.MS, deviceNumber);

Expand Down

0 comments on commit a67f6d8

Please sign in to comment.