Changeset 11911


Ignore:
Timestamp:
04/04/12 14:14:51 (13 years ago)
Author:
habbalf
Message:

Added check (might not be needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/petsc/patches/MatPartition.cpp

    r11910 r11911  
    6060                        MatCreateMPIDense(MPI_COMM_WORLD,PETSC_DETERMINE,PETSC_DETERMINE, 0,0,PETSC_NULL,&outmatrix);
    6161                        #endif
     62                }
     63                else{
     64                        _error_("MatType %s not supported yet",type);
    6265                }
    6366                /*Assemble*/
Note: See TracChangeset for help on using the changeset viewer.