Skip to content

Commit

Permalink
Add prototype for MatAXPY_Basic()
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Jun 7, 2011
1 parent 6032e5e commit 324b6c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/dohpfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ extern dErr dFSGetNodalCoordinatesGlobal(dFS,Vec*);

extern dErr dFSRedimension(dFS,dInt,dFSClosureMode,dFS*);

/* The normal MatAXPY() does not work for arguments of mixed type, so we redeclare this "private" function here. */
extern PetscErrorCode MatAXPY_Basic(Mat Y,PetscScalar a,Mat X,MatStructure str);

dEXTERN_C_END
#endif /* _DOHPFS_H */

0 comments on commit 324b6c2

Please sign in to comment.