Skip to content
Snippets Groups Projects
Commit cfb866a9 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

hide 3D view for Percus-Yevick

parent d54e292a
No related branches found
No related tags found
1 merge request!1488Hide 3D view for Percus-Yevick
Pipeline #92767 passed
......@@ -61,6 +61,10 @@ std::vector<std::vector<double>> generatePositions(IInterference* const iff, dou
if (auto* p = dynamic_cast<InterferenceRadialParacrystal*>(iff))
return RadialParacrystalPositionBuilder(p).generatePositions(layerSize, density);
// TODO https://jugit.fz-juelich.de/mlz/bornagain/-/issues/538
if (dynamic_cast<InterferenceHardDisk*>(iff))
throw std::runtime_error("Percus-Yevick model 3D vizualization is not implemented yet");
ASSERT(false);
}
......
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