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

Legend:

Unmodified
Added
Removed
  • src/parallelization/test/parallel_mpi_4/hiparsimulatortest.h

    r108 r127  
    3232        ghostZoneWidth = 10; 
    3333        s.reset(new HiParSimulator<TestCell<2>, StripingPartition<2> >( 
    34                     init, 0, outputPeriod,  
    35                     loadBalancingPeriod, ghostZoneWidth)); 
     34                    init, 0, loadBalancingPeriod, ghostZoneWidth)); 
    3635        // mockWriter = new MockWriter(&(*s)); 
    3736    }