Show
Ignore:
Timestamp:
06/10/08 15:01:26 (7 months ago)
Author:
rjrw
Message:

Remove some superfluous template parameters from the inner workings of
multi_arr.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/cddefines.h

    r1925 r2105  
    13411341 
    13421342/* Explicit instantiations for debugging purposes */ 
    1343 INSTANTIATE_MULTI_ARR( quantumState, MEM_LAYOUT_VAL, lgBOUNDSCHECKVAL ); 
    1344 INSTANTIATE_MULTI_ARR( transition, MEM_LAYOUT_VAL, lgBOUNDSCHECKVAL ); 
     1343INSTANTIATE_MULTI_ARR( quantumState, lgBOUNDSCHECKVAL ); 
     1344INSTANTIATE_MULTI_ARR( transition, lgBOUNDSCHECKVAL ); 
    13451345 
    13461346