mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
Correction for BUG Bug PAL13498:
In the current context functions getNumberFromFile same as getNumber
This commit is contained in:
parent
bfdb869b5b
commit
75c763d85b
@ -325,6 +325,18 @@ SALOME_MED::long_array * SMESH_MEDSupport_i::getNumber(
|
||||
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
/*!
|
||||
* CORBA: get Nodes from file
|
||||
*/
|
||||
//=============================================================================
|
||||
|
||||
SALOME_MED::long_array * SMESH_MEDSupport_i::getNumberFromFile(
|
||||
SALOME_MED::medGeometryElement geomElement) throw(SALOME::SALOME_Exception)
|
||||
{
|
||||
return getNumber(geomElement);
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
/*!
|
||||
* CORBA: Global Nodes Index (optionnaly designed by the user)
|
||||
|
@ -66,6 +66,13 @@ class SMESH_MEDSupport_i:
|
||||
getNumber(SALOME_MED::medGeometryElement geomElement)
|
||||
throw(SALOME::SALOME_Exception);
|
||||
|
||||
/*!
|
||||
* Same function as getNumber.
|
||||
*/
|
||||
SALOME_MED::long_array *
|
||||
getNumberFromFile(SALOME_MED::medGeometryElement geomElement)
|
||||
throw(SALOME::SALOME_Exception);
|
||||
|
||||
SALOME_MED::long_array * getNumberIndex()
|
||||
throw(SALOME::SALOME_Exception);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user