← Back to team overview

dolfin team mailing list archive

Re: fstream with dolfin

 

Look in src/kernel/io/VTKFile.cpp for an example.

Garth

On Mon, 2006-02-27 at 12:01 +0000, Alexander Jarosch wrote:
> Hi,
> 
> I would like to write some array data from a dolfin program to a normal 
> binary data file with fstream like:
> 
> #include <fstream>
> 
>   ofstream fout("visc.dat", ios::binary);
>   fout.write((char *)(&data), sizeof(data));
> 
> but it does not work. is it not within the namespace of dolfin? error is 
> that ofstream is not defined.
> 
> any suggestions how to do this easily?
> 
> thanks allot,
> 
> alex
> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev




References