diff --git a/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp b/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
index 08d6ccf..ef0a3b5 100644
a
|
b
|
void LoadEventNexus::loadEvents(API::Progress * const prog, const bool monitors) |
1519 | 1519 | |
1520 | 1520 | //----------------- Pad Empty Pixels ------------------------------- |
1521 | 1521 | // Create the required spectra mapping so that the workspace knows what to pad to |
1522 | | deleteBanks(WS, bankNames); |
| 1522 | if (WS->getInstrument()->getName().compare("TOPAZ") == 0) |
| 1523 | deleteBanks(WS, bankNames); |
1523 | 1524 | createSpectraMapping(m_filename, WS, monitors, onebank); |
1524 | 1525 | WS->padSpectra(); |
1525 | 1526 | |