- Timestamp:
- Nov 16, 2014, 12:49:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/dspin_router/caba/source/src/dspin_router.cpp
r883 r886 41 41 42 42 #include "../include/dspin_router.h" 43 #include "dspin_router_config.h" 43 44 44 45 namespace soclib { namespace caba { … … 250 251 if ( p_blackhole_pos != NULL ) 251 252 { 252 if ( p_blackhole_pos->read() != BH_NONE)253 if ( p_blackhole_pos->read() != BH_NONE ) 253 254 { 254 255 return recovery_route(xdest, ydest);
Note: See TracChangeset
for help on using the changeset viewer.