Skip to content
Snippets Groups Projects
Commit 9d7da8d7 authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

bug fix: wrong variable

parent d7f60d3e
No related branches found
No related tags found
2 merge requests!47Feature : Multi-channel and Binning,!41Resolve "Consider rescaling (binning) large images"
...@@ -113,7 +113,7 @@ public class ConstructionController< T extends RealType< T > & NativeType< T > > ...@@ -113,7 +113,7 @@ public class ConstructionController< T extends RealType< T > & NativeType< T > >
resetResultFromChangedParameterValue( getModel().c2Property(), getModel().secondRoundSurfacesProperty(), "Second round connexity" ); resetResultFromChangedParameterValue( getModel().c2Property(), getModel().secondRoundSurfacesProperty(), "Second round connexity" );
resetResultFromChangedParameterValue( getModel().r2Property(), getModel().secondRoundSurfacesProperty(), "Second round overlap" ); resetResultFromChangedParameterValue( getModel().r2Property(), getModel().secondRoundSurfacesProperty(), "Second round overlap" );
resetResultFromChangedParameterValue( getModel().st2Property(), getModel().secondRoundSurfacesProperty(), "Second round starting threshold" ); resetResultFromChangedParameterValue( getModel().st2Property(), getModel().secondRoundSurfacesProperty(), "Second round starting threshold" );
resetResultFromChangedParameterValue( getModel().surfaceSizeProperty(), getModel().firstRoundSurfacesProperty(), "Surface minimum size" ); resetResultFromChangedParameterValue( getModel().surfaceSizeProperty(), getModel().secondRoundSurfacesProperty(), "Surface minimum size" );
/* Results that depend on another result are set to null when the latter is null */ /* Results that depend on another result are set to null when the latter is null */
setNextOutputToNull( getModel().firstRoundSurfacesProperty(), getModel().secondRoundSurfacesProperty() ); setNextOutputToNull( getModel().firstRoundSurfacesProperty(), getModel().secondRoundSurfacesProperty() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment