Changeset 17110


Ignore:
Timestamp:
01/14/14 13:16:44 (11 years ago)
Author:
seroussi
Message:

BUG: wrong petsc option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.cpp

    r17109 r17110  
    4747        MatSetFromOptions(this->matrix);
    4848        MatMPIAIJSetPreallocation(this->matrix,0,d_nnz,0,o_nnz);
    49         MatSetOption(this->matrix,MAT_NEW_NONZERO_ALLOCATION_ERR,PETSC_FALSE);
     49//      MatSetOption(this->matrix,MAT_NEW_NONZERO_ALLOCATION_ERR,PETSC_FALSE);
    5050
    5151}
Note: See TracChangeset for help on using the changeset viewer.