Hello,<div><br></div><div>First of all thank you for developing and supporting gmsh.</div><div><br></div><div>In short, I have a finite element code in Fortran and I try to use gmsh as post processor. I tried dumping files in ASCII format and gmsh was able to recognize the dumped file and showed the mesh.</div>

<div><br></div><div>However, I have problems dumping the Binary format and gmsh cannot read my file, or recognize the data structure. </div><div>I think there is something wrong with integer/real/double precision data. </div>

<div><br></div><div>I use FORTRAN and all my integers have 4 bytes. The real( double precision) have 8 bytes. </div><div><br></div><div>In the $MeshFormat I then have to write 20 bytes  (version_number=2.1 (8), file_type(4),data_size=8 (4) and one_binary=1(4)). However, gmsh cannot recognize the binary input. </div>

<div><br></div><div>Please help. I could be perfect you if I can see some samples done with Fortran. Thank you.</div><div><br></div><div>Cheers</div><div>Hossein</div>