Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit ec86d04d authored by frey_m's avatar frey_m
Browse files

ySigmaGenerator: fix exception text

parent b1d19316
No related branches found
No related tags found
1 merge request!393Resolve "Matched Distribution: Not matched?"
...@@ -562,7 +562,7 @@ void SigmaGenerator::initialize(double nuz, double ravg) ...@@ -562,7 +562,7 @@ void SigmaGenerator::initialize(double nuz, double ravg)
tmp = std::sqrt(tmp); // [tmp] = 1/m^{2} tmp = std::sqrt(tmp); // [tmp] = 1/m^{2}
if (a < tmp) if (a < tmp)
throw OpalException("Error in SigmaGenerator::initialize()", throw OpalException("SigmaGenerator::initialize()",
"Square root of negative number."); "Square root of negative number.");
if (h * h * nuz * nuz <= K) if (h * h * nuz * nuz <= K)
......
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