-
Elliot Oram authored
Refs #13110
Elliot Oram authoredRefs #13110
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ContainerSubtraction.cpp 342 B
#include "MantidQtCustomInterfaces/Indirect/ContainerSubtraction.h"
using namespace Mantid::API;
namespace {
Mantid::Kernel::Logger g_log("ContainerSubtraction");
}
namespace MantidQt {
namespace CustomInterfaces {
ContainerSubtraction::ContainerSubtraction(QWidget *parent)
: CorrectionsTab(parent) {
m_uiForm.setupUi(parent);
}
}
}