Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
diff SSR.h @ 46:bde026832af7
switch dependencies to ListOfArrays
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 19 Dec 2011 17:15:10 +0100 |
| parents | 6a367b5d9a2d |
| children | 23bcca1c3687 |
line diff
1.1 --- a/SSR.h Mon Dec 05 19:00:51 2011 +0100 1.2 +++ b/SSR.h Mon Dec 19 17:15:10 2011 +0100 1.3 @@ -108,10 +108,8 @@ 1.4 #ifdef OBSERVE_UCC 1.5 Unit*** unitcollection; 1.6 PrivDynArrayInfo* unitcollectionInfo; 1.7 - Dependency** ctlDependencies; 1.8 - PrivDynArrayInfo* ctlDependenciesInfo; 1.9 - Dependency** commDependencies; 1.10 - PrivDynArrayInfo* commDependenciesInfo; 1.11 + ListOfArrays* ctlDependenciesList; 1.12 + ListOfArrays* commDependenciesList; 1.13 //NtoN structure? 1.14 #endif 1.15
