dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17815
Re: [Branch ~dolfin-core/dolfin/main] Rev 4607: Try changing include order to please buildbot.
This is also needed in dolfin/la/EpetraKrylovSolver.cpp.
http://fenics.org:8080/builders/dolfin-hardy-i386/builds/347/steps/dolfin%20build/logs/stdio
Johannes
On Sun, Mar 7, 2010 at 9:57 PM, <noreply@xxxxxxxxxxxxx> wrote:
> ------------------------------------------------------------
> revno: 4607
> committer: Garth N. Wells <gnw20@xxxxxxxxx>
> branch nick: dolfin-all
> timestamp: Sun 2010-03-07 20:53:48 +0000
> message:
> Try changing include order to please buildbot.
> modified:
> dolfin/la/TrilinosPreconditioner.cpp
>
>
> --
> lp:dolfin
> https://code.launchpad.net/~dolfin-core/dolfin/main
>
> Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
> To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription.
>
> === modified file 'dolfin/la/TrilinosPreconditioner.cpp'
> --- dolfin/la/TrilinosPreconditioner.cpp 2010-03-06 10:53:15 +0000
> +++ dolfin/la/TrilinosPreconditioner.cpp 2010-03-07 20:53:48 +0000
> @@ -6,6 +6,7 @@
>
> #ifdef HAS_TRILINOS
>
> +#include <dolfin/main/MPI.h>
> #include <boost/assign/list_of.hpp>
> #include <AztecOO.h>
> #include <Ifpack.h>
>
>
>
Follow ups