← Back to team overview

dolfin team mailing list archive

Re: Updates to matrix display (alignment, precision).

 

Good, but I think that we should make the precision a general
option for output of reals (not for output of a matrix), either by
making it a global parameter or by making dolfin::cout support
modification of the precision similarly to std::cout.

Take a look at LogStream::operator<<(real a) which is just a temporary
fix I made.

It's not that critical right now, so we could just put it on the TODO
list.

/Anders

On Mon, Feb 14, 2005 at 05:05:17PM +0100, dolfin@xxxxxxxxxx wrote:
> Commit from johanjan (2005-02-14 17:05 CET)
> 
> Updates to matrix display (alignment, precision).
> 
>   dolfin  src/kernel/la/NewMatrix.cpp       1.15
>   dolfin  src/kernel/la/dolfin/NewMatrix.h  1.13
>   dolfin  src/demo/la/newla/main.cpp        1.8
> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev
> 



References