ParticlePanel: comment out unimplemented OrientedParticleFactory
This commit is contained in:
parent
f813d2fb60
commit
0fbfeb712f
|
|
@ -263,7 +263,8 @@ class ParticlePanel(AppShell):
|
|||
'Factory', 'Factory Type',
|
||||
'Select type of particle factory',
|
||||
('PointParticleFactory', 'ZSpinParticleFactory',
|
||||
'OrientedParticleFactory'),
|
||||
#'OrientedParticleFactory'
|
||||
),
|
||||
self.selectFactoryType)
|
||||
factoryWidgets = (
|
||||
('Factory', 'Life Span',
|
||||
|
|
|
|||
Loading…
Reference in New Issue