Permalink
Please sign in to comment.
Browse files
Remove some default arrays that are read. (#875)
These were removed so that the DREAM.3D generated HDF5 files from BCF could also be read using the Import Bruker Esprit HDF5 filter. Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
- Loading branch information...
Showing
with
207 additions
and 203 deletions.
- +6 −6 Source/EbsdLib/BrukerNano/EspritConstants.h
- +6 −6 Source/EbsdLib/BrukerNano/H5EspritFields.cpp
- +6 −6 Source/EbsdLib/BrukerNano/H5EspritFields.h
- +126 −126 Source/EbsdLib/BrukerNano/H5EspritReader.cpp
- +6 −6 Source/EbsdLib/BrukerNano/H5EspritReader.h
- +2 −1 Source/EbsdLib/EbsdConstants.h
- +42 −42 Source/EbsdLib/Test/H5EspritReaderTest.cpp
- +13 −9 Source/Plugins/OrientationAnalysis/OrientationAnalysisFilters/ImportH5EspritData.cpp
- +0 −1 Source/Plugins/OrientationAnalysis/OrientationAnalysisFilters/ReadAngData.h

Oops, something went wrong.
0 comments on commit
b620942