mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-07 23:30:35 +05:00
56ef953ea5
1/ Remove explicit memory leaks (e.g. CORBA ptr are not destroyed). 2/ Remove redundant includes. 4/ Fix architectural problems: avoid raising CORBA exceptions from low level, instead catch and rethrow exceptions from upper level. 7/ Fix declarations - IDL stubs overrides must not be declared as raising std exceptions. 10/ Remove redundant code duplication. In particular class ToComment to be replaced by existing SMESH_Comment. 11/ Clean-up unused member fields. 12/ Fix errors in documentation.
19 lines
323 B
ReStructuredText
19 lines
323 B
ReStructuredText
.. _tui_adaptation_page:
|
|
|
|
**********
|
|
Adaptation
|
|
**********
|
|
|
|
.. _tui_mg_adapt:
|
|
|
|
MG_Adapt
|
|
========
|
|
|
|
.. literalinclude:: ../../../examples/MGAdaptTests_without_session.py
|
|
:language: python
|
|
|
|
:download:`Download this script <../../../examples/MGAdaptTests_without_session.py>`
|
|
|
|
|
|
**See Also** the GUI :ref:`adaptation_page`.
|