streamer->SetSource(source->GetOutput());
streamer->SetIntegratorTypeToRungeKutta45();
streamer->SetMaximumPropagation(500000);
- streamer->SetMaximumPropagationUnitToTimeUnit ();
+//EED streamer->SetMaximumPropagationUnitToTimeUnit ();
streamer->SetInitialIntegrationStep (0.001);
- streamer->SetInitialIntegrationStepUnitToCellLengthUnit();
+//EED streamer->SetInitialIntegrationStepUnitToCellLengthUnit();
streamer->SetIntegrationDirectionToBoth();
- streamer->ComputeVorticityOn ();
+//EED streamer->ComputeVorticityOn ();
streamer->Update();
rf->SetInput(streamer->GetOutput());