*** empty log message ***

This commit is contained in:
painter 2002-03-07 17:11:13 +00:00
parent 5d06b26a49
commit 666632b48c

View File

@ -1,7 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <mpi.h>
#include <assert.h>
#include "utilities.h"
@ -64,7 +63,6 @@ int hypre_NumbersNEntered( hypre_NumbersNode * node )
int hypre_NumbersQuery( hypre_NumbersNode * node, const int n )
/* returns 1 if n is on the tree with root 'node', 0 otherwise */
{
int i, new=0;
int q = n/10;
int r = n%10;
assert( n>=0 );