mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-23 03:35:37 +05:00
clear dependencies should be launched before creation of new dependencies
This commit is contained in:
parent
c4128f77f3
commit
c52ecc7d0e
@ -176,9 +176,9 @@ CORBA::Boolean SMESH_Hypothesis_i::IsValid()
|
||||
*
|
||||
*/
|
||||
//=============================================================================
|
||||
//void SMESH_Hypothesis_i::SetParameters(const char* theParameters)
|
||||
void SMESH_Hypothesis_i::SetParameters( SALOME::Notebook_ptr theNotebook, const SALOME::StringArray& theParameters )
|
||||
{
|
||||
theNotebook->ClearDependencies( _this(), SALOME::Parameters );
|
||||
std::list<std::string> aParams;
|
||||
int n = theParameters.length();
|
||||
for( int i=0; i<n; i++ )
|
||||
|
Loading…
Reference in New Issue
Block a user