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

+ doxy com

parent 4006744e
No related branches found
No related tags found
1 merge request!566further cleanup after big particle refactoring
...@@ -225,6 +225,7 @@ ReParticle* createParticleSlice(const IBornFF* ff, ZLimits limits, const IRotati ...@@ -225,6 +225,7 @@ ReParticle* createParticleSlice(const IBornFF* ff, ZLimits limits, const IRotati
+ " not supported for the given rotation!"); + " not supported for the given rotation!");
} }
//! Recursively processes the basis of a mesocrystal.
IReParticle* processBasis(const IParticle* basis) IReParticle* processBasis(const IParticle* basis)
{ {
if (const auto* b = dynamic_cast<const ParticleComposition*>(basis)) { if (const auto* b = dynamic_cast<const ParticleComposition*>(basis)) {
......
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