Skip to content
Snippets Groups Projects
Commit 58bb7a43 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

Correction du SOMExampleTest.

parent a1e9ff0f
Branches
Tags
No related merge requests found
......@@ -462,7 +462,7 @@ int main(int argc, char* argv[])
expand2->SetEdgePaddingValue(255);
expand2->UpdateOutputInformation();
actWriter->SetInput(somAct->GetOutput());
actWriter->SetInput(expand2->GetOutput());
actWriter->Update();
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment