Skip to content
  • Andrew Bauer's avatar
    Making the WindBladeReader work proper in serial and parallel. · a07ef1e2
    Andrew Bauer authored
    There is now a serial and a parallel version of the WindBladeReader.
    The parallel version also doesn't depend on MPI being initialized
    in order to work. If this happens, then the parallel version
    delegates the work to it's parent class, the serial version.
    Also, the object factory is set to create the proper version
    from vtkWindBladeReader::New(); as desired so that users
    can use that. The tests are also passing but the parallel test
    still only uses a single process to run.
    
    Change-Id: Iec9955b6cb69c1448593adbbab3a11357ea990dd
    a07ef1e2