Skip to content
Snippets Groups Projects
Commit 2ccc887f authored by Florian Prill's avatar Florian Prill
Browse files

disabled final class routines, since their mere existence made my example program segfault!

parent 29792eac
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ module mtime_hl ...@@ -35,7 +35,7 @@ module mtime_hl
! e.g., on gfortran 4.9 only partially. (see ! e.g., on gfortran 4.9 only partially. (see
! http://fortranwiki.org/fortran/show/Fortran+2003+status) ! http://fortranwiki.org/fortran/show/Fortran+2003+status)
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
final :: t_datetime_deallocate ! final :: t_datetime_deallocate
procedure :: to_string => t_datetime_to_string procedure :: to_string => t_datetime_to_string
procedure :: assign_string => t_datetime_assign_string procedure :: assign_string => t_datetime_assign_string
...@@ -73,7 +73,7 @@ module mtime_hl ...@@ -73,7 +73,7 @@ module mtime_hl
contains contains
final :: t_timedelta_deallocate ! final :: t_timedelta_deallocate
procedure :: to_string => t_timedelta_to_string procedure :: to_string => t_timedelta_to_string
procedure :: assign_string => t_timedelta_assign_string procedure :: assign_string => t_timedelta_assign_string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment