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

rm duplicate include

parent 35a3f5ee
No related branches found
No related tags found
1 merge request!2675simplification and renaming of catalog classes
// fix SWIG warning 509, certain C++ overloads create ambiguities in Python
%ignore Mesocrystal::Mesocrystal(IClusteredParticles*, IReParticle*);
%ignore Mesocrystal::Mesocrystal(const IClusteredParticles*, const IReParticle*);
// extra ignores for types and methods that shouldn't be visible in Python
%ignore Lattice2D::ReciprocalBases;
%ignore Lattice2D::reciprocalBases();
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