Skip to content
Snippets Groups Projects
Commit 36e85284 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Remove unnecessary POINTER attribute.

parent 03afa246
No related branches found
No related tags found
No related merge requests found
......@@ -1968,7 +1968,7 @@ contains
!!
!! @param[out] errno optional, error message
subroutine timedeltaToString(my_timedelta, string, errno) !OK-TESTED.
type(timedelta), pointer :: my_timedelta
type(timedelta), target :: my_timedelta
character(len=max_timedelta_str_len) :: string
type(c_ptr) :: dummy_ptr
integer :: i
......
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