Show
Ignore:
Timestamp:
02/26/2012 10:26:34 PM (16 months ago)
Author:
Andreas Schaefer <gentryx@…>
Branch:
default
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/parallelization/hiparsimulator/vanillastepper.h

    r119 r127  
    2828    inline VanillaStepper( 
    2929        boost::shared_ptr<MyPartitionManager> _partitionManager, 
    30         boost::shared_ptr<Initializer<CELL_TYPE> > _initializer) : 
     30        Initializer<CELL_TYPE> *_initializer) : 
    3131        ParentType(_partitionManager, _initializer) 
    3232    {