Subversion Repositories slepc-dev

Rev

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

Rev 1501 Rev 1502
Line 45... Line 45...
   Level: intermediate
   Level: intermediate
 
 
.seealso: EPSSetType()
.seealso: EPSSetType()
 
 
@*/
@*/
PetscErrorCode STSetType(ST st,STType type)
PetscErrorCode STSetType(ST st,const STType type)
{
{
  PetscErrorCode ierr,(*r)(ST);
  PetscErrorCode ierr,(*r)(ST);
  PetscTruth match;
  PetscTruth match;
 
 
  PetscFunctionBegin;
  PetscFunctionBegin;