Removed the comment about Numerical Recipes and the BinarySearch2 function.

This does not appear to be taken directly from the book, just derived from it.
This commit is contained in:
falgout 2013-03-27 23:59:48 +00:00
parent a63c8fd5be
commit 80dd08a550

View File

@ -1281,8 +1281,6 @@ void LLNL_FEI_Matrix::exchangeSubMatrices()
/************************************************************************
* Function : BinarySearch2
* Purpose : The algorithm was taken from Numerical Recipes in C,
* Second Edition.
************************************************************************/
int LLNL_FEI_Matrix::BinarySearch2(int *map, int start, int mapSize, int num)
{