Salome HOME
modules/smesh.git
17 years agoThis commit was generated by cvs2git to create tag 'V3_2_4pre1'. V3_2_4pre1
admin [Thu, 7 Dec 2006 14:04:37 +0000 (14:04 +0000)]
This commit was generated by cvs2git to create tag 'V3_2_4pre1'.

Sprout from V3_2_0_maintainance 2006-12-07 08:34:23 UTC eap <eap@opencascade.com> 'PAL13473 (Build repetitive mesh):'
Cherrypick from V3_2_0_maintainance 2006-12-07 14:04:36 UTC maintenance team <salome-mnt@opencascade.com> 'fix compilation on DebianSarge and RedHat':
    src/StdMeshers_I/StdMeshers_ObjRefUlils.hxx

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:34:23 +0000 (08:34 +0000)]
PAL13473 (Build repetitive mesh):
use hypotheses of Regular_1D only

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:31:36 +0000 (08:31 +0000)]
PAL13473 (Build repetitive mesh):
use SMESH_subMeshEventListener to track dependence between top and
bottom submeshes

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:29:52 +0000 (08:29 +0000)]
PAL13473 (Build repetitive mesh):
an arg added to constructor of SMESH_subMeshEventListener

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 08:27:25 +0000 (08:27 +0000)]
PAL13473 (Build repetitive mesh):
Notify meshes on hypo modification at SetSourceMesh()

17 years agoPAL13473 (Build repetitive mesh):
eap [Thu, 7 Dec 2006 06:42:12 +0000 (06:42 +0000)]
PAL13473 (Build repetitive mesh):
fix compilation pb on RedHat and DebianSarge

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:19:10 +0000 (16:19 +0000)]
PAL13473 (Build repetitive mesh):
1) add a new Hypothesis_Status
2) long_array GetElemNodes(in long id);

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:17:58 +0000 (16:17 +0000)]
PAL13473 (Build repetitive mesh):
add a new AlgoStateErrorName

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:17:16 +0000 (16:17 +0000)]
PAL13473 (Build repetitive mesh):
new meshers implemented

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:16:26 +0000 (16:16 +0000)]
PAL13473 (Build repetitive mesh):
add icons for the new meshers

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:15:14 +0000 (16:15 +0000)]
PAL13473 (Build repetitive mesh):
add some methods and implement loading from closed faces

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:13:37 +0000 (16:13 +0000)]
PAL13473 (Build repetitive mesh):
add some methods

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:12:11 +0000 (16:12 +0000)]
PAL13473 (Build repetitive mesh):
1) add FindMatchingNodes()
2) make FindFreeBorder() public

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:06:43 +0000 (16:06 +0000)]
PAL13473 (Build repetitive mesh):
fix pb that it is impossible to add local "Nb.Segments" if a global
"Automatic length" is already assigned

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:04:37 +0000 (16:04 +0000)]
PAL13473 (Build repetitive mesh):
add HYP_BAD_GEOMETRY status

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:03:57 +0000 (16:03 +0000)]
PAL13473 (Build repetitive mesh):
add BAD_PARAM_VALUE algo error

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 16:01:42 +0000 (16:01 +0000)]
PAL13473 (Build repetitive mesh):
1) redesign to make geometry customizable by decsendants
2) fix parameters computation

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:57:47 +0000 (15:57 +0000)]
PAL13473 (Build repetitive mesh):
1) add virtual SetEventListener(SMESH_subMesh*)
2) define virtual SaveTo() and LoadFrom() to do nothing

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:53:25 +0000 (15:53 +0000)]
PAL13473 (Build repetitive mesh):
1) add methods to track non hierarchical dependencies
between submeshes
2) preview a case that an algo can be not assigned because a shape
mismatches algo's expectations
3) fix pb that algo state can not change at MODIF_HYP event

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:48:09 +0000 (15:48 +0000)]
PAL13473 (Build repetitive mesh):
add classes and methods to track non hierarchical dependencies
between submeshes

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:43:42 +0000 (15:43 +0000)]
PAL13473 (Build repetitive mesh):
add GetElemNodes()

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:43:15 +0000 (15:43 +0000)]
PAL13473 (Build repetitive mesh):
1) add GetElemNodes()
2) in ConvertHypothesisStatus(), treat a new algo error

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:40:49 +0000 (15:40 +0000)]
PAL13473 (Build repetitive mesh):
1) add int GetObjectId(CORBA::Object_ptr)
2) in GetAlgoState(), treat a new algo error
3) modify Load() to restore references of hypos to meshes and shapes

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:36:30 +0000 (15:36 +0000)]
PAL13473 (Build repetitive mesh):
add a) int GetObjectId(CORBA::Object_ptr),
b) TInterface::_var_type GetObjectByOldId( const int oldID )

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:33:29 +0000 (15:33 +0000)]
PAL13473 (Build repetitive mesh):
New meshers implemented

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:28:57 +0000 (15:28 +0000)]
PAL13473 (Build repetitive mesh):
prevent SIGSEGV in case if nodes have qual params on edge

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:27:15 +0000 (15:27 +0000)]
PAL13473 (Build repetitive mesh):
1) fix problem of a wrong mesh on strongly curved boxes
2) fix problem that nodes on the top face are bound to volume
instead of the face

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:23:10 +0000 (15:23 +0000)]
PAL13473 (Build repetitive mesh):
New meshers implemented

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:20:18 +0000 (15:20 +0000)]
PAL13473 (Build repetitive mesh):
1) show the reason why a mesher lib is not loaded in DEBUG mode
2) treat a new algo error

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:18:17 +0000 (15:18 +0000)]
PAL13473 (Build repetitive mesh):
1) now dlg of MESHGUI_GenericHypothesisCreator is non modal
2) make MESHGUI_GenericHypothesisCreator::dlg() work

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:15:00 +0000 (15:15 +0000)]
PAL13473 (Build repetitive mesh):
1) desable myDlg when edit/create a hyp as now dlg of       MESHGUI_GenericHypothesisCreator is non modal
2) fix pb that changing algo MEFISTO+hyp -> Quad(mapping) does not
unassign hyp of MEFISTO

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:09:56 +0000 (15:09 +0000)]
PAL13473 (Build repetitive mesh):
add 2 new algo error msgs

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 15:08:29 +0000 (15:08 +0000)]
PAL13473 (Build repetitive mesh):
export MESHGUI_VTKUtils.h

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 14:54:29 +0000 (14:54 +0000)]
PAL13473 (Build repetitive mesh):
add corresponding classes and methods

17 years agoPAL13473 (Build repetitive mesh):
eap [Wed, 6 Dec 2006 14:52:21 +0000 (14:52 +0000)]
PAL13473 (Build repetitive mesh):
Take myKind field into account

17 years agoPAL13473 (Build repetitive mesh)
eap [Wed, 6 Dec 2006 14:50:39 +0000 (14:50 +0000)]
PAL13473 (Build repetitive mesh)
Add   static int NbCornerNodes(VolumeType type)

17 years agoPAL13473 (Build repetitive mesh)
eap [Wed, 6 Dec 2006 14:48:33 +0000 (14:48 +0000)]
PAL13473 (Build repetitive mesh)
Protect AspectRatio3D::GetValue() from FPE signal

17 years agoPAL13473 (Build repetitive mesh)
eap [Wed, 6 Dec 2006 14:46:35 +0000 (14:46 +0000)]
PAL13473 (Build repetitive mesh)

17 years agoAdditional fix for bug PAL13701(EDF 319 SMESH : Export UNV failed with not enough...
mzn [Wed, 6 Dec 2006 14:40:44 +0000 (14:40 +0000)]
Additional fix for bug PAL13701(EDF 319 SMESH : Export UNV failed with not enough space disk --> No user information).

17 years agoUpdate Mesh documentation, because of one page was missing in CVS.
mkr [Wed, 6 Dec 2006 10:18:33 +0000 (10:18 +0000)]
Update Mesh documentation, because of one page was missing in CVS.

17 years agoFix for PAL14092 : EDF PAL 337 : SMESH Display problem on VTK.
mkr [Mon, 4 Dec 2006 13:01:51 +0000 (13:01 +0000)]
Fix for PAL14092 : EDF PAL 337 : SMESH Display problem on VTK.

17 years agoChange version to 3.2.4
jfa [Mon, 4 Dec 2006 09:04:56 +0000 (09:04 +0000)]
Change version to 3.2.4

17 years agoMesh module improvement related to selection of geometrical objects in mesh group...
mzn [Thu, 30 Nov 2006 07:48:32 +0000 (07:48 +0000)]
Mesh module improvement related to selection of geometrical objects in mesh group and sub-mesh creation GUI.

17 years agoUpdate documentation for PAL10048 ("Set Rotation Point" dialog - VTK 3D Viewer).
mkr [Wed, 29 Nov 2006 13:03:08 +0000 (13:03 +0000)]
Update documentation for PAL10048 ("Set Rotation Point" dialog - VTK 3D Viewer).

17 years agoFix for bug IPAL13980(The object browser is not updated automatically after "Find...
mzn [Fri, 24 Nov 2006 12:30:39 +0000 (12:30 +0000)]
Fix for bug IPAL13980(The object browser is not updated automatically after "Find geometry by mesh").

17 years agoUpdate test for new version of PartitionAlgo. V3_2_3 V3_2_3pre2 V3_2_3pre4 V3_2_3pre5
skl [Fri, 3 Nov 2006 14:37:22 +0000 (14:37 +0000)]
Update test for new version of PartitionAlgo.

17 years agoIMP PAL13422: EDF291: define a submesh with more than one entities. Create a group... V3_2_3pre1
jfa [Wed, 1 Nov 2006 08:15:13 +0000 (08:15 +0000)]
IMP PAL13422: EDF291: define a submesh with more than one entities. Create a group from all selected subshapes and then define a submesh on this group.

17 years agoFix for bug PAL13701(EDF 319 SMESH: Export UNV failed with not enough space disk...
mzn [Tue, 31 Oct 2006 13:23:07 +0000 (13:23 +0000)]
Fix for bug PAL13701(EDF 319 SMESH: Export UNV failed with not enough space disk --> No user information).

17 years agoFix for PAL13607(EDF PAL 313 : Random group colors when unassigned).
mzn [Tue, 31 Oct 2006 10:53:13 +0000 (10:53 +0000)]
Fix for PAL13607(EDF PAL 313 : Random group colors when unassigned).

17 years agoChange version to 3.2.3
jfa [Mon, 30 Oct 2006 14:52:38 +0000 (14:52 +0000)]
Change version to 3.2.3

17 years agoCorrection.
mzn [Mon, 30 Oct 2006 10:01:12 +0000 (10:01 +0000)]
Correction.

17 years agoDocumentation comments update.
mzn [Mon, 30 Oct 2006 08:54:57 +0000 (08:54 +0000)]
Documentation comments update.

17 years agoCorrection. Allows to fix the problem with shell meshing.
mzn [Mon, 30 Oct 2006 08:53:15 +0000 (08:53 +0000)]
Correction. Allows to fix the problem with shell meshing.

17 years agoDicumentation update according to smesh.py interface redesign.
mzn [Mon, 30 Oct 2006 08:51:51 +0000 (08:51 +0000)]
Dicumentation update according to smesh.py interface redesign.

17 years agoFix for bug PAL12557(V3_2_0b2: SMESH documentation for scripts not up to date).
mzn [Mon, 30 Oct 2006 08:50:24 +0000 (08:50 +0000)]
Fix for bug PAL12557(V3_2_0b2: SMESH documentation for scripts not up to date).

17 years agoFix for bug (IPAL13705 Error during execution of "SMESH_BelongToGeom.py" script).
mzn [Fri, 27 Oct 2006 11:35:07 +0000 (11:35 +0000)]
Fix for bug (IPAL13705 Error during execution of "SMESH_BelongToGeom.py" script).

17 years agoFix for bug IPAL13698(Error during execution "SMESH_mechanic_netgen.py" and "SMESH_fi...
mzn [Fri, 27 Oct 2006 11:16:02 +0000 (11:16 +0000)]
Fix for bug IPAL13698(Error during execution "SMESH_mechanic_netgen.py" and "SMESH_fixation_netgen.py" scripts).

17 years agoAdd several methods.
mzn [Thu, 26 Oct 2006 13:00:22 +0000 (13:00 +0000)]
Add several methods.

17 years agoCorrected for bug PAL13637.
skl [Tue, 24 Oct 2006 05:22:35 +0000 (05:22 +0000)]
Corrected for bug PAL13637.
Changes in ::OnGUIEvent() in switch for case 9010.

17 years agosmesh.py interface redesign.
mzn [Fri, 20 Oct 2006 12:16:44 +0000 (12:16 +0000)]
smesh.py interface redesign.

17 years agoScripts update concerninig the smesh.py interface redesign.
mzn [Fri, 20 Oct 2006 12:02:42 +0000 (12:02 +0000)]
Scripts update concerninig the smesh.py interface redesign.

17 years agoCorrected for PAL13626.
skl [Fri, 20 Oct 2006 05:11:32 +0000 (05:11 +0000)]
Corrected for PAL13626.
New method GetShapeIDForElem() is added.

17 years agoCorrected for PAL13626.
skl [Fri, 20 Oct 2006 05:10:49 +0000 (05:10 +0000)]
Corrected for PAL13626.
New method GetShapeIDForElem() is added.
Mehtod GetShapeID() is changed.

17 years agoFix for PAL13364(EDF PAL271 : Med export with not enough space on disk : No Warning...
mzn [Thu, 19 Oct 2006 08:29:58 +0000 (08:29 +0000)]
Fix for PAL13364(EDF PAL271 : Med export with not enough space on disk : No Warning message).

17 years agoCorrection for BUG Bug PAL13498:
enk [Wed, 18 Oct 2006 08:23:24 +0000 (08:23 +0000)]
Correction for BUG Bug PAL13498:

In the current context functions getNumberFromFile same as getNumber

17 years agoCorrected for PAL13549.
skl [Tue, 17 Oct 2006 06:48:15 +0000 (06:48 +0000)]
Corrected for PAL13549.

17 years agoCorrected for PAL13400.
skl [Wed, 11 Oct 2006 11:10:03 +0000 (11:10 +0000)]
Corrected for PAL13400.

17 years agoadd comment of GetSubShapesId()
eap [Wed, 11 Oct 2006 11:06:31 +0000 (11:06 +0000)]
add comment of GetSubShapesId()

17 years agoCorrected for PAL13543 and PAL13549.
skl [Mon, 9 Oct 2006 11:02:00 +0000 (11:02 +0000)]
Corrected for PAL13543 and PAL13549.

17 years agoCorrected for PAL13543.
skl [Mon, 9 Oct 2006 11:01:33 +0000 (11:01 +0000)]
Corrected for PAL13543.

17 years agoPAL13571: 'Create Mesh' dialog: selected geometry is changed after hypothesis creation.
jfa [Thu, 5 Oct 2006 11:17:52 +0000 (11:17 +0000)]
PAL13571: 'Create Mesh' dialog: selected geometry is changed after hypothesis creation.

17 years agoPAL13397: Upper case characters in SMESH plugins. Now both variants of environment...
jfa [Thu, 5 Oct 2006 07:31:50 +0000 (07:31 +0000)]
PAL13397: Upper case characters in SMESH plugins. Now both variants of environment variable (upper case and case sensitive) are automatically available for NETGEN and GHS3D plugins.

17 years agoFix bug with 2D algorithms, applied to shells (PAOUK). A patch by EAP.
jfa [Wed, 4 Oct 2006 13:21:59 +0000 (13:21 +0000)]
Fix bug with 2D algorithms, applied to shells (PAOUK). A patch by EAP.

17 years agoRoll-back integration.
jfa [Wed, 4 Oct 2006 13:20:29 +0000 (13:20 +0000)]
Roll-back integration.

17 years agoFix bug with 2D algorithms, applied to shells (PAOUK).
jfa [Wed, 4 Oct 2006 13:15:19 +0000 (13:15 +0000)]
Fix bug with 2D algorithms, applied to shells (PAOUK).

17 years agoPAL10867: noexcepthandler option in GUI not working. Disable signals catching.
jfa [Thu, 28 Sep 2006 08:18:51 +0000 (08:18 +0000)]
PAL10867: noexcepthandler option in GUI not working. Disable signals catching.

17 years agoCorrection for problem: Computation of mesh via "Length From Edges" hipothesis failed.
maintenance team [Wed, 27 Sep 2006 10:13:05 +0000 (10:13 +0000)]
Correction for problem: Computation of mesh via "Length From Edges" hipothesis failed.

17 years agoUpdate for gcc4.1.1
maintenance team [Tue, 26 Sep 2006 08:24:09 +0000 (08:24 +0000)]
Update for gcc4.1.1

17 years agoFix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editin...
mkr [Mon, 25 Sep 2006 11:09:26 +0000 (11:09 +0000)]
Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis.

17 years agoFix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editin...
mkr [Mon, 25 Sep 2006 09:01:06 +0000 (09:01 +0000)]
Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis.

17 years agoPAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.
jfa [Fri, 8 Sep 2006 11:18:59 +0000 (11:18 +0000)]
PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.

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

17 years agoCorrected for IPAL13079.
skl [Fri, 1 Sep 2006 09:13:16 +0000 (09:13 +0000)]
Corrected for IPAL13079.

17 years agoUpdate page for correct example reference.
jfa [Thu, 31 Aug 2006 10:39:32 +0000 (10:39 +0000)]
Update page for correct example reference.

17 years agoReplace long name of TOC entry on a shorter one.
jfa [Thu, 31 Aug 2006 10:30:05 +0000 (10:30 +0000)]
Replace long name of TOC entry on a shorter one.

17 years agoIncrement version number: 3.2.2
vsr [Fri, 25 Aug 2006 07:10:51 +0000 (07:10 +0000)]
Increment version number: 3.2.2

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

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

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

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

17 years agoFix bug 12796: Warning missed for the bad file 'test18.med'
jfa [Thu, 10 Aug 2006 07:53:07 +0000 (07:53 +0000)]
Fix bug 12796: Warning missed for the bad file 'test18.med'

17 years agoPAL12992. Store/restore submeshesh directly using HDF but not med families
eap [Mon, 7 Aug 2006 12:12:18 +0000 (12:12 +0000)]
PAL12992. Store/restore submeshesh directly using HDF but not med families

17 years agoPAL12992. Add MaxShapeIndex()
eap [Mon, 7 Aug 2006 12:06:43 +0000 (12:06 +0000)]
PAL12992. Add MaxShapeIndex()

17 years agoPAL12992. Add type TIDSortedElemSet to be used to assure predictability of edition
eap [Mon, 7 Aug 2006 12:05:03 +0000 (12:05 +0000)]
PAL12992. Add type TIDSortedElemSet to be used to assure predictability of edition

17 years agoPLEIADES. fix WrapperIndex(index) for negative index
eap [Thu, 3 Aug 2006 05:59:03 +0000 (05:59 +0000)]
PLEIADES. fix WrapperIndex(index) for negative index

17 years agoFix for Bug IPAL12478: Group of all Edges is not create automatically during Export...
enk [Wed, 2 Aug 2006 13:08:43 +0000 (13:08 +0000)]
Fix for Bug IPAL12478: Group of all Edges is not create automatically during Export med file.

Incorrect varable was changed. (myFacesDefaultFamilyId to myEdgesDefaultFamilyId)

17 years agoFix for bug IPAL10053.
mzn [Fri, 28 Jul 2006 09:51:49 +0000 (09:51 +0000)]
Fix for bug IPAL10053.

17 years agoCorrection for bug IPAL12631.
skl [Thu, 27 Jul 2006 11:16:54 +0000 (11:16 +0000)]
Correction for bug IPAL12631.

17 years agoCorrections for bug PAL12653.
skl [Tue, 25 Jul 2006 10:58:13 +0000 (10:58 +0000)]
Corrections for bug PAL12653.

17 years agofix access out of array bounds in FunctionTable::findBounds()
eap [Tue, 25 Jul 2006 08:49:59 +0000 (08:49 +0000)]
fix access out of array bounds in FunctionTable::findBounds()