[petsc-users] a difference between user-manual and online documentation

Jed Brown jed at 59A2.org
Tue Jan 19 09:49:28 CST 2010


On Tue, 19 Jan 2010 16:38:46 +0100, Umut Tabak <u.tabak at tudelft.nl> wrote:
> Dear developers,
> 
> I guess there is a small difference between the documentation and pdf 
> user-manual. On page 174 of the manual, for MatLUFactor function, the 
> last argument is printed as a pointer to MatLUInfo, MatLUInfo*, however 
> on line documentation documents that function as(small typo I guess)
> 
> PetscErrorCode  MatLUFactor(Mat mat,IS row,IS col,const MatFactorInfo *info)

The online documentation is correct (it is automatically generated from
the source).  The manual was not updated when the change was made.

Jed


More information about the petsc-users mailing list