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:
parent
a63c8fd5be
commit
80dd08a550
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user