Changeset 1813 for trunk/MagicSoft/Cosy/main/MCosy.cc
- Timestamp:
- 03/11/03 14:22:16 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MCosy.cc
r1803 r1813 1816 1816 lout << "- Starting GUI." << endl; 1817 1817 fWin=new MGCosy(fObservatory, this, gClient->GetRoot(), 1, 1); 1818 }1819 1820 bool MCosy::HasZombie() const1821 {1822 bool ses = fZd1->IsZombieNode() | fZd2->IsZombieNode();1823 1824 return fMac1->IsZombieNode() | fMac2->IsZombieNode() | fAz->IsZombieNode() | ses;1825 1818 } 1826 1819
Note:
See TracChangeset
for help on using the changeset viewer.