]> SALOME platform Git repositories - modules/visu.git/log
Salome HOME
modules/visu.git
17 years agoImplementation of the first task of the VISU/MULTIPR industrialization project -...
apo [Wed, 27 Jun 2007 07:48:19 +0000 (07:48 +0000)]
Implementation of the first task of the VISU/MULTIPR industrialization project - "Automatic refresh 3D viewer after changing level of details"

17 years agoChanged incorrect condition in method GetPrimitiveType. BugID : 16313 start_BR_MULTIPR_INDUS
srn [Tue, 26 Jun 2007 10:30:53 +0000 (10:30 +0000)]
Changed incorrect condition in method GetPrimitiveType. BugID : 16313

17 years agoSeparation KERNEL DEPRECATED configuration files from main config_files
abd [Mon, 25 Jun 2007 09:04:31 +0000 (09:04 +0000)]
Separation KERNEL DEPRECATED configuration files from main config_files

17 years agoTo fix a compilation error
apo [Fri, 22 Jun 2007 13:03:20 +0000 (13:03 +0000)]
To fix a compilation error

17 years agoUpdate User documentation for VISU_Gen.idl.
jfa [Thu, 21 Jun 2007 10:40:29 +0000 (10:40 +0000)]
Update User documentation for VISU_Gen.idl.

17 years agoImprove TUI documentation building.
jfa [Thu, 21 Jun 2007 10:29:04 +0000 (10:29 +0000)]
Improve TUI documentation building.

17 years agoUpdate environment of windows version:
abd [Wed, 20 Jun 2007 14:42:29 +0000 (14:42 +0000)]
Update environment of windows version:
- products;
- projects.

Porting current version of BR_Dev_For_4_0 branch on Windows.
First stable Windows version of BR_Dev_For_4_0  branch.

17 years agoFix for Bug IPAL16288 Before_Merging_With_Windows_20jun07
apo [Tue, 19 Jun 2007 06:15:22 +0000 (06:15 +0000)]
Fix for Bug IPAL16288
 - 4.0 SIGSEGV during execution of the script, performing animation.

17 years agoFix for Bug IPAL16146
apo [Mon, 18 Jun 2007 07:10:21 +0000 (07:10 +0000)]
Fix for Bug IPAL16146
 - IOLS. Loaded study has wrong order and displaying, no arrange actors for 3D presentations

17 years agoFix for Bug IPAL16157
apo [Thu, 14 Jun 2007 06:53:24 +0000 (06:53 +0000)]
Fix for Bug IPAL16157
 - 4.0 To update "VISU_Example_01.py".

17 years agoFix for Bug IPAL16156
apo [Thu, 14 Jun 2007 06:46:14 +0000 (06:46 +0000)]
Fix for Bug IPAL16156
 - 4.0 Incorrect order of the references in the study.

17 years agoRemove a useless method
apo [Thu, 7 Jun 2007 06:19:44 +0000 (06:19 +0000)]
Remove a useless method

17 years agoMinor changes
apo [Wed, 6 Jun 2007 11:02:22 +0000 (11:02 +0000)]
Minor changes

17 years agoTo remove useless method
apo [Wed, 6 Jun 2007 11:01:46 +0000 (11:01 +0000)]
To remove useless method

17 years agoTo fix Bug IPAL16138
apo [Wed, 6 Jun 2007 11:00:31 +0000 (11:00 +0000)]
To fix Bug IPAL16138
 - IOLS. Impossible to show animation dumped by python in 3.2.6
(To fix the bug properly it was necessary to remove usage of "myType" parameter of VISU objects at all)

17 years agoTo remove duplicated code
apo [Tue, 5 Jun 2007 05:17:36 +0000 (05:17 +0000)]
To remove duplicated code

17 years agoFix for Bug IPAL16131
apo [Tue, 5 Jun 2007 05:15:55 +0000 (05:15 +0000)]
Fix for Bug IPAL16131
 - IOLS. Fatal error on Setup Animation - Properties

17 years agoMinor changes
apo [Fri, 1 Jun 2007 13:06:38 +0000 (13:06 +0000)]
Minor changes

17 years agoFix for bug Bug IPAL16080
apo [Fri, 1 Jun 2007 13:05:54 +0000 (13:05 +0000)]
Fix for bug Bug IPAL16080
 - IOLS. Impossible to display and edit presentations created in 3x

17 years agoTo clarify IDL.
apo [Fri, 1 Jun 2007 13:05:20 +0000 (13:05 +0000)]
To clarify IDL.
1. It is forbiden to change input of Prs3d objects outside of "3D Cache System". So, corresponding functions are removed from IDL (but stays as it is in implementation)
2. "ScalaraMapOnDefomedShape" presentation was modified in the following way:
  a) Method
      void SetScalarField(in string theMeshName, in string theFieldName, in long theIteration, in Entity theEntity)
    was changed to the
      void SetScalarField(in Entity theEntity, in string theFieldName, in long theTimeStampNumber)
  b) Method
      string GetScalarCMeshName()
    was removed at all
  c) Method
      Entity GetScalarEEntity()
    was changed to the
      Entity GetScalarEntity();
  c) Method
      long GetScalarLIteration();
    was changed to the
      long GetScalarTimeStampNumber();
  d) Method
      string GetScalarCFieldName();
    was changed to the
      string GetScalarFieldName();

17 years agoFix for Bug IPAL16080
apo [Fri, 1 Jun 2007 13:03:22 +0000 (13:03 +0000)]
Fix for Bug IPAL16080
 - IOLS. Impossible to display and edit presentations created in 3x

17 years agoTo clarify IDL.
apo [Fri, 1 Jun 2007 12:59:11 +0000 (12:59 +0000)]
To clarify IDL.

1. It is forbiden to change input of Prs3d objects outside of "3D Cache System". So, corresponding functions are removed from IDL (but stays as it is in implementation)

2. "ScalaraMapOnDefomedShape" presentation was modified in the following way:
  a) Method
      void SetScalarField(in string theMeshName, in string theFieldName, in long theIteration, in Entity theEntity)
    was changed to the
      void SetScalarField(in Entity theEntity, in string theFieldName, in long theTimeStampNumber)
  b) Method
      string GetScalarCMeshName()
    was removed at all
  c) Method
      Entity GetScalarEEntity()
    was changed to the
      Entity GetScalarEntity();
  c) Method
      long GetScalarLIteration();
    was changed to the
      long GetScalarTimeStampNumber();
  d) Method
      string GetScalarCFieldName();
    was changed to the
      string GetScalarFieldName();

17 years agoFix for Bug IPAL16061
apo [Thu, 31 May 2007 11:57:57 +0000 (11:57 +0000)]
Fix for Bug IPAL16061
 - IOLS. AttributeError on load script dumped from the attached study

To fix the bug the VISU IDL was changed.
TISOSURFACE enumeration item was changed to TISOSURFACES ("S" - was put on the back). It was done as from lexical, as from consistency with persistent mechanism point of views.
By the way, TPRSMERGER enumeration item was removed at all, because all functionality of this class was moved to ScalarMap and the item has no sense anymore.

17 years agoFix for Bug IPAL16080
apo [Wed, 30 May 2007 14:50:18 +0000 (14:50 +0000)]
Fix for Bug IPAL16080
 - IOLS. Impossible to display and edit presentations created in 3x

17 years agoTo fix retriving data on points of a selected cell V4_0 start_porting_to_qt4
apo [Fri, 25 May 2007 14:40:50 +0000 (14:40 +0000)]
To fix retriving data on points of a selected cell

17 years agoMinor changes
apo [Fri, 25 May 2007 14:25:46 +0000 (14:25 +0000)]
Minor changes

17 years agoMinor changes
apo [Fri, 25 May 2007 14:20:42 +0000 (14:20 +0000)]
Minor changes

17 years agoFix for Bug IPAL16066
apo [Fri, 25 May 2007 14:17:44 +0000 (14:17 +0000)]
Fix for Bug IPAL16066
 - IOLS. Selection info: no Data on elements

17 years agoFix bug 16041: IOLS. Regression with selection.
jfa [Fri, 25 May 2007 13:09:01 +0000 (13:09 +0000)]
Fix bug 16041: IOLS. Regression with selection.

17 years agoFixing bug 16061: IOLS. Attribute error on load script, dumped from attached study...
jfa [Fri, 25 May 2007 10:07:59 +0000 (10:07 +0000)]
Fixing bug 16061: IOLS. Attribute error on load script, dumped from attached study. Fix a bug, leading to creation of invalid study.

17 years agoFix for Bug IPAL16060
apo [Thu, 24 May 2007 14:17:50 +0000 (14:17 +0000)]
Fix for Bug IPAL16060
 - IOLS. To update "VISU_Example_03.py" for work without errors.

17 years agoFix bug 15976: IOLS. Problem with dynamic_cast and dynamically loaded libraries.
jfa [Thu, 24 May 2007 13:23:24 +0000 (13:23 +0000)]
Fix bug 15976: IOLS. Problem with dynamic_cast and dynamically loaded libraries.

17 years agoTo avoid duplication in LDFLAGS
apo [Thu, 24 May 2007 07:59:52 +0000 (07:59 +0000)]
To avoid duplication in LDFLAGS

17 years agoTo fix regression with restoring of presentation scalar bar title
apo [Thu, 24 May 2007 07:59:23 +0000 (07:59 +0000)]
To fix regression with restoring of presentation scalar bar title

17 years agoFix for Bug IPAL15982
apo [Thu, 24 May 2007 06:11:26 +0000 (06:11 +0000)]
Fix for Bug IPAL15982
 - IOLS. Incorrect work of play slider with mouse

17 years agoFix for Bug IPAL16051
apo [Wed, 23 May 2007 13:42:03 +0000 (13:42 +0000)]
Fix for Bug IPAL16051
 - IOLS. Mandriva64 porting: CRASH after trying to create ScalarMap presentation.

17 years agoTo remove useless message
apo [Wed, 23 May 2007 12:51:41 +0000 (12:51 +0000)]
To remove useless message

17 years agoUse SameAs functionality instead of pure GUI - storeToObject
apo [Wed, 23 May 2007 12:51:12 +0000 (12:51 +0000)]
Use SameAs functionality instead of pure GUI - storeToObject

17 years agoIn context of fix for Bug IPAL16041 - IOLS. Regressions with selection
apo [Wed, 23 May 2007 12:50:20 +0000 (12:50 +0000)]
In context of fix for Bug IPAL16041 - IOLS. Regressions with selection

17 years agoFix for Bug IPAL16041
apo [Wed, 23 May 2007 12:48:01 +0000 (12:48 +0000)]
Fix for Bug IPAL16041
 - IOLS. Regressions with selection

17 years agoCrash on TimeStamps.med / pression - IsoSurfaces
apo [Wed, 23 May 2007 10:49:36 +0000 (10:49 +0000)]
Crash on TimeStamps.med / pression - IsoSurfaces

17 years agoJust improve layouting
apo [Wed, 23 May 2007 10:28:44 +0000 (10:28 +0000)]
Just improve layouting

17 years agoFix for Bug IPAL16044
apo [Wed, 23 May 2007 10:28:20 +0000 (10:28 +0000)]
Fix for Bug IPAL16044
 - IOLS. fatal error SIGSEGV on some presentations

17 years agoFix for Bug IPAL16044
apo [Wed, 23 May 2007 09:58:15 +0000 (09:58 +0000)]
Fix for Bug IPAL16044
 - IOLS. fatal error SIGSEGV on some presentations

17 years agoFix for Bug IPAL16028
apo [Wed, 23 May 2007 09:38:17 +0000 (09:38 +0000)]
Fix for Bug IPAL16028
 - IOLS. Bad view of the ScalarMap created on groups.

17 years agoFix for Bug IPAL16036
apo [Wed, 23 May 2007 08:28:02 +0000 (08:28 +0000)]
Fix for Bug IPAL16036
 - IOLS. Slider has no cross closing button

17 years agoFix for Bug IPAL16034
apo [Wed, 23 May 2007 06:39:39 +0000 (06:39 +0000)]
Fix for Bug IPAL16034
 - IOLS. Wrong ScalarMap presentation is created for the "ssnv164a.resu.med".

17 years agoFix bugs 15980,15981: IOLS: 'AVI' and 'MORE' buttons are always inactive.
jfa [Tue, 22 May 2007 12:35:46 +0000 (12:35 +0000)]
Fix bugs 15980,15981: IOLS: 'AVI' and 'MORE' buttons are always inactive.

17 years agoFix for Bug IPAL16038
apo [Tue, 22 May 2007 12:31:42 +0000 (12:31 +0000)]
Fix for Bug IPAL16038
 - IOLS. Fatal error on playing non-visible StreamLines

17 years agoFix bug 16037: IOLS. Fatal error on playing two presentations with different time...
jfa [Tue, 22 May 2007 11:38:59 +0000 (11:38 +0000)]
Fix bug 16037: IOLS. Fatal error on playing two presentations with different time stamps.

17 years agoCompletion implementation of PAL13246
apo [Tue, 22 May 2007 10:46:37 +0000 (10:46 +0000)]
Completion implementation of PAL13246

17 years agoFix bug 16003: IOLS. Wrong items are in 'Scalar Mode' listbox during ScalarMap_On_Def...
jfa [Tue, 22 May 2007 08:00:06 +0000 (08:00 +0000)]
Fix bug 16003: IOLS. Wrong items are in 'Scalar Mode' listbox during ScalarMap_On_DeformedShape creation.

17 years agoFix bug 15990: IOLS. fatal error SIGSEGV on activate Post-Pro for this hdf.
jfa [Tue, 22 May 2007 07:06:49 +0000 (07:06 +0000)]
Fix bug 15990: IOLS. fatal error SIGSEGV on activate Post-Pro for this hdf.

17 years agoMerge from BR_mergefrom_BR_Dev_For_4_0 mergefrom_BR_mergefrom_BR_Dev_For_4_0_21May07 mergefrom_T_EDF_15278_22May07
apo [Mon, 21 May 2007 14:10:21 +0000 (14:10 +0000)]
Merge from BR_mergefrom_BR_Dev_For_4_0

17 years agoFix global links to local for correct work on any station V4_0rc1 V4_0rc1_automake V4_0rc2
abd [Wed, 25 Apr 2007 09:22:23 +0000 (09:22 +0000)]
Fix global links to local for correct work on any station

17 years agoFix mistake in Makefile.am ( .so instead .la )
abd [Wed, 25 Apr 2007 06:54:22 +0000 (06:54 +0000)]
Fix mistake in Makefile.am ( .so instead .la )

17 years agoSmall modification
maintenance team [Mon, 23 Apr 2007 14:22:29 +0000 (14:22 +0000)]
Small modification

17 years agoFix mistakes in porting on VTK 5.0
abd [Fri, 20 Apr 2007 07:52:49 +0000 (07:52 +0000)]
Fix mistakes in porting on VTK 5.0

17 years agoMerging from V3_2_6pre4 and BR40_WP_1_2_2
abd [Wed, 18 Apr 2007 15:43:39 +0000 (15:43 +0000)]
Merging from V3_2_6pre4 and BR40_WP_1_2_2

17 years agofix compilation problem Before_Merging_With_V3_2_6pre4
abd [Tue, 17 Apr 2007 10:42:55 +0000 (10:42 +0000)]
fix compilation problem

17 years agoMigration to autotools after_AutoTools
mpv [Mon, 16 Apr 2007 06:22:06 +0000 (06:22 +0000)]
Migration to autotools

17 years agoMigration to autotools
mpv [Mon, 16 Apr 2007 06:19:09 +0000 (06:19 +0000)]
Migration to autotools

17 years agoProvide more user-friendly behaviour if AVI recording is not available: warning on... V4_0a2 before_AutoTools
jfa [Thu, 22 Mar 2007 10:31:23 +0000 (10:31 +0000)]
Provide more user-friendly behaviour if AVI recording is not available: warning on attempt to use instead of controls disabling.

17 years agoPorting to VTK-5.0.0
enk [Thu, 15 Mar 2007 15:08:47 +0000 (15:08 +0000)]
Porting to VTK-5.0.0

17 years agoUpdate Salome version T4_0_a1 V4_0a1
abd [Fri, 9 Feb 2007 15:30:26 +0000 (15:30 +0000)]
Update Salome version

17 years agoMerging with WPdev
abd [Wed, 7 Feb 2007 12:31:00 +0000 (12:31 +0000)]
Merging with WPdev

17 years agoMerging with WPdev
abd [Wed, 7 Feb 2007 12:17:47 +0000 (12:17 +0000)]
Merging with WPdev

18 years agoThis commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.
admin [Mon, 18 Sep 2006 05:44:27 +0000 (05:44 +0000)]
This commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.

Sprout from V3_2_0_maintainance 2006-09-18 05:44:26 UTC enk <enk@opencascade.com> 'Fix for Bug IPAL12882'
Cherrypick from V3_2_0_maintainance 2006-06-08 09:43:23 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
    doc/salome/tui/VISU/sources/bg_salome.gif
    src/VISU_SWIG/batch_test_events.py
    src/VISU_SWIG/test_events.py

18 years agoFix for Bug IPAL12882
enk [Mon, 18 Sep 2006 05:44:26 +0000 (05:44 +0000)]
Fix for Bug IPAL12882
  Setup Aniamtion: "Use range of time stamps" discards modification of properties

It's unnecessaty to recompute values for properties, if ranges was't changed.

18 years agoFix for Bug PAL13239
apo [Thu, 7 Sep 2006 05:50:43 +0000 (05:50 +0000)]
Fix for Bug PAL13239
 - Numerations of elements(nodes) for the same mesh in Mesh and Post-Pro modules are different.

18 years agoTo fix compilation bug in case of Mandriva64 usage. V3_2_2pre
apo [Tue, 5 Sep 2006 08:19:23 +0000 (08:19 +0000)]
To fix compilation bug in case of Mandriva64 usage.
The used "glXGetProcAddressARB" function is conditionally declared in the "GL/glx.h". So, to be sure that the function will be acessible in compile time it is necessary to define the "GLX_GLXEXT_LEGACY" preporcessor variable before including the "GL/glx.h" header file.

18 years agoGVIEW12830
ouv [Mon, 4 Sep 2006 12:40:58 +0000 (12:40 +0000)]
GVIEW12830

18 years agoJoin modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new except... mergefrom_BR_For_OCT_611_04Sep06
jfa [Mon, 4 Sep 2006 11:35:20 +0000 (11:35 +0000)]
Join modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new exception handling and improved threads support.

18 years agoPAL13244, update of documentation
asl [Thu, 31 Aug 2006 04:18:58 +0000 (04:18 +0000)]
PAL13244, update of documentation

18 years agoPAL13262
asl [Tue, 29 Aug 2006 07:58:58 +0000 (07:58 +0000)]
PAL13262

18 years agoFix for bug IPAL12672("Change Clipping" leads to "Fatal error: Attempt to access...
mzn [Mon, 28 Aug 2006 14:14:06 +0000 (14:14 +0000)]
Fix for bug IPAL12672("Change Clipping" leads to "Fatal error: Attempt to access to null object").

18 years agoPAL13029 - scalar bar values aren't stored in case of scalar map on deformed shape
asl [Mon, 28 Aug 2006 07:22:18 +0000 (07:22 +0000)]
PAL13029 - scalar bar values aren't stored in case of scalar map on deformed shape

18 years agoCorrection, because of removing of "est_events.py" and "batch_test_events.py"
akk [Mon, 28 Aug 2006 06:29:20 +0000 (06:29 +0000)]
Correction, because of removing of "est_events.py" and "batch_test_events.py"

18 years agoScript is obsolete, because tries to call "CreateTestView()" and "ShowTestObject...
akk [Fri, 25 Aug 2006 12:05:19 +0000 (12:05 +0000)]
Script is obsolete, because tries to call "CreateTestView()" and "ShowTestObject()" methods aren't defined in "VISU_Gen.idl" (since 1.9 revision)

18 years agoIncrement version number: 3.2.2
vsr [Fri, 25 Aug 2006 07:11:29 +0000 (07:11 +0000)]
Increment version number: 3.2.2

18 years agoPAL13141
asl [Fri, 25 Aug 2006 05:16:18 +0000 (05:16 +0000)]
PAL13141

18 years agoPAL12688 - python command <3D view>.ShowPart( VISU.View.VIEWER, 0 ) don't change...
asl [Thu, 24 Aug 2006 13:23:20 +0000 (13:23 +0000)]
PAL12688 - python command <3D view>.ShowPart( VISU.View.VIEWER, 0 ) don't change status of viewer

18 years agoUsing of QGuardedPtrs for SVTK_ViewWindow.
abd [Wed, 23 Aug 2006 14:49:04 +0000 (14:49 +0000)]
Using of QGuardedPtrs for SVTK_ViewWindow.
BUG 12118 and 13026

18 years agoFix for bug 10597 : Post-Pro data incorrect restored from HDF, created on 2.2.6 versi...
mkr [Wed, 23 Aug 2006 05:49:08 +0000 (05:49 +0000)]
Fix for bug 10597 : Post-Pro data incorrect restored from HDF, created on 2.2.6 version in 3.1.0a2 version.

18 years agoUpdate table of contents: add reference to Python documentation.
mkr [Tue, 22 Aug 2006 08:04:49 +0000 (08:04 +0000)]
Update table of contents: add reference to Python documentation.

18 years agoPAL13244 - tooltips over curve points must show assigned value
asl [Tue, 22 Aug 2006 05:32:21 +0000 (05:32 +0000)]
PAL13244 - tooltips over curve points must show assigned value

18 years agoFix for
apo [Mon, 21 Aug 2006 14:40:06 +0000 (14:40 +0000)]
Fix for
  Bug PAL13237 - CRASH after trying to select a cell for "Selection Info".
  Bug PAL13239 - Numerations of elements(nodes) for the same mesh in Mesh and Post-Pro modules are different.

The two bugs are bound together.
The integrated fixes provide more correct definition of mapping between MED and VTK as for MED Families as for MED Entities itself.
In case of definition of MED Families mapping it was necessary to increase the VTK index when the Family contains from mesh elements of different geometric type.
And MED indexes should be taken from MED not from VISU CONVERTER internal numeration.

18 years agoFix for bug PAL12468(When dumping a VTK view, the dialog box appears in the saved... For_OCT_611
mzn [Wed, 16 Aug 2006 15:43:17 +0000 (15:43 +0000)]
Fix for bug PAL12468(When dumping a VTK view, the dialog box appears in the saved image).

18 years agoPAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to...
jfa [Wed, 16 Aug 2006 10:25:54 +0000 (10:25 +0000)]
PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to not catch exceptions.

18 years agoPAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix.
jfa [Tue, 15 Aug 2006 09:53:18 +0000 (09:53 +0000)]
PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix.

18 years agoPAL13021: EDF233 VISU Wrong orientation of a bar.
jfa [Mon, 14 Aug 2006 10:56:37 +0000 (10:56 +0000)]
PAL13021: EDF233 VISU Wrong orientation of a bar.

18 years agoFix for bug IPAL11446 : Is it correct: "SALOME PRO" on the background of TUI document...
mkr [Fri, 11 Aug 2006 06:34:58 +0000 (06:34 +0000)]
Fix for bug IPAL11446 : Is it correct: "SALOME PRO" on the background of TUI documentation? => remove unnecessary files from the version.

18 years agoFix for bug IPAL11938 : Bugs in the GUI help documentation for Post-Pro.
mkr [Thu, 10 Aug 2006 11:17:32 +0000 (11:17 +0000)]
Fix for bug IPAL11938 : Bugs in the GUI help documentation for Post-Pro.

18 years agoFix for bug IPAL13148("Base plane parameter" isn't saved for "Cut Lines" presentation).
mzn [Tue, 8 Aug 2006 14:41:47 +0000 (14:41 +0000)]
Fix for bug IPAL13148("Base plane parameter" isn't saved for "Cut Lines" presentation).

18 years agoRemoved a requiered code from debug statement
srn [Fri, 4 Aug 2006 11:26:31 +0000 (11:26 +0000)]
Removed a requiered code from debug statement

18 years agoFix for bug IPAL12377.
mzn [Thu, 27 Jul 2006 13:43:06 +0000 (13:43 +0000)]
Fix for bug IPAL12377.

18 years agoCorrection for bug IPAL12989.
skl [Wed, 26 Jul 2006 07:39:38 +0000 (07:39 +0000)]
Correction for bug IPAL12989.

18 years agoFix for IPAL12374.
mzn [Fri, 21 Jul 2006 09:58:24 +0000 (09:58 +0000)]
Fix for IPAL12374.

18 years agoFix for T3_2_1_pre V3_2_1
enk [Thu, 13 Jul 2006 13:51:20 +0000 (13:51 +0000)]
Fix for
Bug PAL12820: EDF207 SMESH and VISU: Visualization of groups on nodes and cells of a standard grid
Bug PAL12613: Groups aren't read from the med files, containing mesh of MED_GRILLE_STANDARD type.

18 years agoIPAL12960
ouv [Thu, 13 Jul 2006 10:35:25 +0000 (10:35 +0000)]
IPAL12960