Nice! :-) -- Anders
On Thu, Dec 10, 2009 at 11:43:13AM -0000, [email protected] wrote: > ------------------------------------------------------------ > revno: 4346 > committer: Johannes Ring <[email protected]> > branch nick: dolfin > timestamp: Thu 2009-12-10 12:38:15 +0100 > message: > Fix lintian warning spelling-error-in-binary. > modified: > dolfin/la/CholmodCholeskySolver.cpp > dolfin/la/UmfpackLUSolver.cpp > dolfin/swig/docstrings.i > > > === modified file 'dolfin/la/CholmodCholeskySolver.cpp' > --- dolfin/la/CholmodCholeskySolver.cpp 2009-07-10 12:16:02 +0000 > +++ dolfin/la/CholmodCholeskySolver.cpp 2009-12-10 11:38:15 +0000 > @@ -78,7 +78,7 @@ > const uint N = b.size(); > > if(!cholmod.factorized) > - error("Factorized solve must be preceeded by call to factorize."); > + error("Factorized solve must be preceded by call to factorize."); > > if(N != cholmod.N) > error("Vector does not match size of factored matrix"); > > === modified file 'dolfin/la/UmfpackLUSolver.cpp' > --- dolfin/la/UmfpackLUSolver.cpp 2009-07-10 12:16:02 +0000 > +++ dolfin/la/UmfpackLUSolver.cpp 2009-12-10 11:38:15 +0000 > @@ -84,7 +84,7 @@ > const uint N = b.size(); > > if(!umfpack.factorized) > - error("Factorized solve must be preceeded by call to factorize."); > + error("Factorized solve must be preceded by call to factorize."); > > if(N != umfpack.N) > error("Vector does not match size of factored matrix"); > > === modified file 'dolfin/swig/docstrings.i' > --- dolfin/swig/docstrings.i 2009-12-06 12:00:23 +0000 > +++ dolfin/swig/docstrings.i 2009-12-10 11:38:15 +0000 > @@ -2846,7 +2846,7 @@ > > %feature("docstring") dolfin::Legendre::eval " > > -Evaluation of arbitrary order, nn <= n (usefull ie in > +Evaluation of arbitrary order, nn <= n (useful ie in > RadauQuadrature). "; > > %feature("docstring") dolfin::Legendre::ddx ""; >
signature.asc
Description: Digital signature
_______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

