Changeset 9396
- Timestamp:
- 25.07.2007 12:55:35 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/agent/OutlineWalker.java
r9394 r9396 738 738 } 739 739 } 740 StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposant Type().hGetCode(), fStartingPointStops);740 StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 741 741 if (vStopModel != null) { 742 742 fXStartingPointIncluded = vStopModel.fIncludeInScope; … … 780 780 if(vVisibleOffset >= fStartingPointOffset) break; 781 781 } 782 StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposant Type().hGetCode(), fStartingPointStops);782 StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 783 783 if (vStop != null) { 784 784 fXStartingPointIncluded = vStop.fIncludeInScope;