]> Creatis software - bbtk.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 16 May 2011 10:52:19 +0000 (10:52 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 16 May 2011 10:52:19 +0000 (10:52 +0000)
packages/vtk/src/bbvtkMagnitud.cxx [moved from packages/vtk/src/bbvtkMagnitud.cxx.NOCOMPILE with 98% similarity]

similarity index 98%
rename from packages/vtk/src/bbvtkMagnitud.cxx.NOCOMPILE
rename to packages/vtk/src/bbvtkMagnitud.cxx
index 54743050e62520d460eb635065e82e713e653d19..b2b3794a0f4c8f0b3e206e751a6e9466cb7aa6a1 100644 (file)
@@ -222,11 +222,11 @@ void Magnitud::Process()
    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());