mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
211 stars 124 forks source link

Make a decision on merging or keeping separate Nexus/DataHandling #4007

Closed martyngigg closed 9 years ago

martyngigg commented 13 years ago

Recently a change to DataHandling/LoadRaw/isisraw2 caused a strange failure on the intel compiler. It was if the code had not been put in. This was down to the fact that there was a separate copy of the isisraw structures in the NeXus package used by SaveISISNeXus and they were not updated.

We should make decision on whether we keep DataHandling and Nexus separate of not. If we are merging them then we only need to keep one copy but if we are not we should put isisraw2.cpp/h somewhere accessible to both so that this does not happen again.

martyngigg commented 9 years ago

This issue was originally trac ticket 3160