Skip to content

Commit

Permalink
Remove unused log entry.
Browse files Browse the repository at this point in the history
Refs #11350
  • Loading branch information
martyngigg committed Mar 13, 2015
1 parent 2c2672d commit 825f650
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp
Expand Up @@ -156,16 +156,6 @@ MDWSDescription::buildFromMDWS(const API::IMDEventWorkspace_const_sptr &pWS) {
m_DimMax[i] = pDim->getMaximum();
}
m_Wtransf = Kernel::DblMatrix(pWS->getWTransf());
// deal with the case when source MD workspace does not have any experiment
// infos
if (pWS->getNumExperimentInfo() != 0) {
this->addProperty(
"W_MATRIX",
pWS->getExperimentInfo(0)
->run()
.getPropertyValueAsType<std::vector<double>>("W_MATRIX"),
true);
}
}
/** When the workspace has been build from existing MDWrokspace, some target
*workspace parameters can not be defined,
Expand Down

0 comments on commit 825f650

Please sign in to comment.