yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #28670
Re: [Question #703940]: How can I remove Somengines from the existing O.engines?
Question #703940 on Yade changed:
https://answers.launchpad.net/yade/+question/703940
Status: Open => Answered
Karol Brzezinski proposed the following answer:
Hi,
To remove the last engine from the list do this:
O.engines = O.engines[:-1]
That means take all the engines from the existing list, except of the
last one.
Cheers,
Karol
--
You received this question notification because your team yade-users is
an answer contact for Yade.