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
