Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1493 Rev 1509
Line 414... Line 414...
   
   
   Level: intermediate
   Level: intermediate
 
 
.seealso: IPResetOperationCounters()
.seealso: IPResetOperationCounters()
@*/
@*/
PetscErrorCode IPGetOperationCounters(IP ip,int *dots)
PetscErrorCode IPGetOperationCounters(IP ip,PetscInt *dots)
{
{
  PetscFunctionBegin;
  PetscFunctionBegin;
  PetscValidHeaderSpecific(ip,IP_COOKIE,1);
  PetscValidHeaderSpecific(ip,IP_COOKIE,1);
  PetscValidPointer(dots,2);
  PetscValidPointer(dots,2);
  *dots = ip->innerproducts;
  *dots = ip->innerproducts;