Trying to find bug in ComputePhaseComponent

This commit is contained in:
James E McClure
2015-08-30 14:49:20 -04:00
parent 33bbe6aa76
commit 9b308bee56

View File

@@ -75,7 +75,7 @@ int ComputeGlobalBlobIDs( int nx, int ny, int nz, const RankInfoStruct& rank_inf
* @return Return the number of components in the specified phase
*/
int ComputeGlobalPhaseComponent( int nx, int ny, int nz, const RankInfoStruct& rank_info,
const IntArray &PhaseID, int VALUE, BlobIDArray &GlobalBlobID );
const IntArray &PhaseID, int &VALUE, BlobIDArray &GlobalBlobID );
/*!