Trying to find bug in ComputePhaseComponent

This commit is contained in:
James E McClure 2015-08-30 14:47:07 -04:00
parent b43d370a56
commit 33bbe6aa76

View File

@ -38,7 +38,7 @@ int ComputeLocalBlobIDs( const DoubleArray& Phase, const DoubleArray& SignDist,
* @param[out] ComponentLabel * @param[out] ComponentLabel
* @param[in] periodic * @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 );
/*! /*!