Skip to content

Commit

Permalink
cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Mar 15, 2024
1 parent bb3e54f commit 0771c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/write_VTK_data.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ subroutine write_VTK_movie_data(ne,np,total_dat_xyz,total_dat_con,total_dat,mesh
! note: paraview float issues
!
! instead of 'float' we could also use 'double' to avoid issues:
! for real(kind=4) values, fortran's intrinsic tiny() and huge() function will give:
! for real(kind=4) values, Fortran's intrinsic tiny() and huge() function will give:
! tiny/huge = 1.17549435E-38 3.40282347E+38
! paraview's float value range complains for values <= 1.e-39, thus tiny/huge limits should be ok.
!
Expand Down

0 comments on commit 0771c9a

Please sign in to comment.