> > I've been able to compile the latest (revision 22793) svn version using the
> > Intel compilers and MKL (recent versions).  Everything compiles and links
> > ok, except that I had to add
> >
> > #  include <iostream>
> >
> > to petsc_matrix_base.h, or else the compiler would complain about std::cout
> > not being contained in the standard library...
>
> That file doesn't reference std::cout. Where is the use of std::cout for which
> you need to add <iostream>

Jon,

That file did reference std::cout and I fixed that a few days ago.
Run "svn update" on your copy; the prblem should go away. None of the
PETScWrappers need std::cout.

Best,
        Toby


-----

Toby D. Young
Assistant Professor

Institute of Fundamental Technological Problems
Polish Academy of Sciences
ul Adolfa Pawinskiego 5b
02-106 Warsaw
Poland

www:   http://www.ippt.gov.pl/~tyoung
skype: stenografia

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to