Changeset 2273


Ignore:
Timestamp:
09/22/09 15:55:28 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r1 r2273  
    5858                /*Same as above, except we bypass the default sparsity: */
    5959                if(pconnectivity || pnumberofdofspernode)
    60                         throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of poniters-> sparsity: ",
     60                        throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of pointers-> sparsity: ",
    6161                                                psparsity," connectivity: ",pconnectivity," numberofdofspernode: ",pnumberofdofspernode));
    6262
     
    7575                 *present per row: */
    7676
    77                 if(psparsity)throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of poniters-> sparsity: ",
     77                if(psparsity)throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of pointers-> sparsity: ",
    7878                                                psparsity," connectivity: ",pconnectivity," numberofdofspernode: ",pnumberofdofspernode));
    7979
     
    8989        }
    9090        else{
    91                 throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of poniters-> sparsity: ",
     91                throw ErrorException(__FUNCT__,exprintf("%s%p%s%p%s%p","cannot determine logic with following set of pointers-> sparsity: ",
    9292                                                psparsity," connectivity: ",pconnectivity," numberofdofspernode: ",pnumberofdofspernode));
    9393        }
Note: See TracChangeset for help on using the changeset viewer.