Skip to content
Snippets Groups Projects
Commit 06f76660 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Merge branch 'bisect' into 'develop'

improve error message

See merge request !511
parents 9f10854c d7d13f32
No related branches found
No related tags found
1 merge request!511improve error message
Pipeline #51403 passed
......@@ -66,9 +66,8 @@ IFormFactor* IFormFactor::createSlicedFormFactor(ZLimits limits, const IRotation
return nullptr;
if (canSliceAnalytically(rot))
return sliceFormFactor(limits, rot, translation);
throw std::runtime_error(className()
+ "::createSlicedFormFactor error: not supported for "
"the given rotation!");
throw std::runtime_error(
"Slicing of " + className() + " not supported for the given rotation!");
}
Eigen::Matrix2cd IFormFactor::thePolFF(const WavevectorInfo&) const
......
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