- Timestamp:
- Mar 20, 2019 3:26:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/surface_output_processing/surface_output_to_vtk.f90
r3755 r3805 25 25 ! ----------------- 26 26 ! $Id$ 27 ! output format adjusted 28 ! 29 ! 3755 2019-02-19 17:03:19Z suehring 27 30 ! - Change format description to avoid *** for larger domains 28 31 ! - switch back from to non-standard Fortran ftell and fseek since posix … … 262 265 263 266 WRITE( file_id_out_header,'(A)') "DATASET POLYDATA" 264 WRITE( file_id_out_header,'(A,I 5,A)') "POINTS ", npoints_total, " float"267 WRITE( file_id_out_header,'(A,I12,A)') "POINTS ", npoints_total, " float" 265 268 ENDIF 266 269 !
Note: See TracChangeset
for help on using the changeset viewer.