Changeset 750
- Timestamp:
- 02/18/11 11:43:30 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/doc_system__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/doc_system__define.pro
r737 r750 567 567 ; create the directory objects 568 568 for d = 0L, n_elements(uniqueDirIndices) - 1L do begin 569 location = dirs[uniqueDirIndices[d]]570 filesIndices = where(dirs eq location)571 directory = obj_new('DOCtreeDirectory', $572 location=location, $573 files=allFiles[filesIndices], $574 system=self)575 self.directories->add, directory569 location = dirs[uniqueDirIndices[d]] 570 filesIndices = where(dirs eq location) 571 directory = obj_new('DOCtreeDirectory', $ 572 location=location, $ 573 files=allFiles[filesIndices], $ 574 system=self) 575 self.directories->add, directory 576 576 endfor 577 577
