Changed TAlloc to CTAlloc
This commit is contained in:
parent
1c99d268a6
commit
c3c95950f4
@ -88,7 +88,7 @@ hypre_SeqVectorInitialize( hypre_Vector *vector )
|
||||
HYPRE_Int multivec_storage_method = hypre_VectorMultiVecStorageMethod(vector);
|
||||
|
||||
if ( ! hypre_VectorData(vector) )
|
||||
hypre_VectorData(vector) = hypre_TAlloc(HYPRE_Complex, num_vectors*size);
|
||||
hypre_VectorData(vector) = hypre_CTAlloc(HYPRE_Complex, num_vectors*size);
|
||||
|
||||
if ( multivec_storage_method == 0 )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user