Changeset 1547 in Sophya


Ignore:
Timestamp:
Jun 22, 2001, 3:07:51 PM (24 years ago)
Author:
ansari
Message:

Correction acces aux variables de l'interpreteur ds piapp/PEIDA - Reza 22/6/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nobjmgr.cc

    r1525 r1547  
    232232{
    233233#ifdef SANS_EVOLPLANCK
     234  DVList::ValList::const_iterator it;
     235  for(it=myVars->Begin(); it!= myVars->End(); it++)
     236    if ((*it).first == key)  return true;
    234237  return(false);
    235238#else
Note: See TracChangeset for help on using the changeset viewer.