Exports the version of the read Gmsh MSH file format as a c_double
value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(gmsh_msh_format_type), | intent(in) | :: | gmsh_msh_format |
elemental function export_version_from_format(gmsh_msh_format) result(version) type(gmsh_msh_format_type), intent(in) :: gmsh_msh_format real(c_double) :: version version = gmsh_msh_format%version end function export_version_from_format