Show
Ignore:
Timestamp:
05/06/10 17:42:05 (14 years ago)
Author:
smidl
Message:

traffic agents -- pro BDM > r904

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/datasources.cpp

    r924 r927  
    7373 
    7474        string orientation; 
    75         if( UI::get ( orientation, set, "orientation", UI::optional ) & orientation == "BY_ROW" )  
     75        if( UI::get ( orientation, set, "orientation", UI::optional ) & (orientation == "BY_ROW") )  
    7676                transpose ( Data, Data ); 
    7777}