Show
Ignore:
Timestamp:
03/05/2012 05:43:02 PM (15 months ago)
Author:
Andreas Schaefer <gentryx@…>
Branch:
default
Message:

fixed OpenCLStepper creation

Files:
1 modified

Legend:

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

    r120 r133  
    3333        const std::string& cellSourceFile, 
    3434        boost::shared_ptr<MyPartitionManager> _partitionManager, 
    35         boost::shared_ptr<Initializer<CELL_TYPE> > _initializer, 
     35        Initializer<CELL_TYPE> *_initializer, 
    3636        const int& platformID=0, 
    3737        const int& deviceID=0) :