Skip to content
Snippets Groups Projects
Commit 70e8b729 authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Apply clang format patch. Re #19341

parent c695434f
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,8 @@ double CrystalFieldFunction::getParameter(const std::string &name) const { ...@@ -230,7 +230,8 @@ double CrystalFieldFunction::getParameter(const std::string &name) const {
/// Total number of parameters /// Total number of parameters
size_t CrystalFieldFunction::nParams() const { size_t CrystalFieldFunction::nParams() const {
if (!m_source) { if (!m_source) {
// This method can be called on an uninitialised function (by tests for example). // This method can be called on an uninitialised function (by tests for
// example).
// Return 0 so no exception is thrown an it should prevent attemts to access // Return 0 so no exception is thrown an it should prevent attemts to access
// parameters. // parameters.
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment