diff --git a/analysis/analysis.h b/analysis/analysis.h index cb90e196..8c78fa14 100644 --- a/analysis/analysis.h +++ b/analysis/analysis.h @@ -38,7 +38,7 @@ int ComputeLocalBlobIDs( const DoubleArray& Phase, const DoubleArray& SignDist, * @param[out] ComponentLabel * @param[in] periodic */ -int ComputeLocalPhaseComponent( const IntArray &PhaseID, int VALUE, IntArray &ComponentLabel, bool periodic ); +int ComputeLocalPhaseComponent( const IntArray &PhaseID, int &VALUE, IntArray &ComponentLabel, bool periodic ); /*!