Changeset 6006


Ignore:
Timestamp:
09/23/10 16:19:28 (15 years ago)
Author:
Eric.Larour
Message:

forgotten debugging statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp

    r6005 r6006  
    9595        MatGetType(outmatrix,&type);
    9696        if((strcmp(type,"mpiaij")==0) || (strcmp(type,"aijmumps")==0)){
    97                 printf("here\n");
    9897                MatMPIAIJSetPreallocation(outmatrix,d_nz,NULL,o_nz,NULL);
    9998        }
Note: See TracChangeset for help on using the changeset viewer.