Skip to content
Snippets Groups Projects
Commit de250dab authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rectify line length

parent 5fcd1b0f
No related branches found
No related tags found
1 merge request!65Refactor Distribution Handling
...@@ -140,8 +140,10 @@ void GUIDomainSampleVisitor::visit(const Particle* sample) ...@@ -140,8 +140,10 @@ void GUIDomainSampleVisitor::visit(const Particle* sample)
void GUIDomainSampleVisitor::visit(const ParticleDistribution* sample) void GUIDomainSampleVisitor::visit(const ParticleDistribution* sample)
{ {
throw std::runtime_error("ParticleDistribution is not present in GUI any more. Visit/Transformation not possible."); throw std::runtime_error(
// #baRemoveParticleDistribution + This method has to be removed, when ParticleDistribution is removed also in domain/core "ParticleDistribution is not present in GUI any more. Visit/Transformation not possible.");
// #baRemoveParticleDistribution + This method has to be removed, when ParticleDistribution is
// removed also in domain/core
} }
void GUIDomainSampleVisitor::visit(const ParticleCoreShell* sample) void GUIDomainSampleVisitor::visit(const ParticleCoreShell* sample)
......
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