Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove cppcheck suppressions to generate the useful output #38711

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class MANTID_ALGORITHMS_DLL AnyShapeAbsorption : public AbsorptionCorrection {
void retrieveProperties() override;
std::string sampleXML() override;
void initialiseCachedDistances() override;
/// Create the gague volume for the correction
/// Create the gauge volume for the correction
std::shared_ptr<const Geometry::IObject> constructGaugeVolume();

double m_cubeSide; ///< The length of the side of an element cube in m
Expand Down
Loading