Skip to content
Snippets Groups Projects
Commit 925e5775 authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Using the fixed method

parent 75688303
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ void DoExecute()
// In case of localisation grid, we must internally convert to
// deformation grid, which is the only type handled by StreamingWarpImageFilter
if(GetParameterInt("grid.type") == 1)
if(GetParameterString("grid.type") == "loc")
{
GetLogger()->Info("Grid intepreted as a location grid.");
m_ExtractX->SetInput(inGrid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment