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

[develop] fixed initialization of result datetime.

parent 8ed26e33
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,8 @@
TYPE(c_ptr) :: event_triggerNextEventDateTime, c_pointer1
LOGICAL(c_bool) :: event_nextEventIsFirst
res = this%triggerNextEventDateTime
IF (PRESENT(query_start_dt)) THEN
! if a start for our query is given, invoke
! "my_gettriggernexteventatdatetime":
......@@ -204,9 +206,6 @@
& CALL my_deallocatedatetime(event_triggerNextEventDateTime )
CALL my_deallocatedatetime(c_pointer1)
ELSE
res = this%triggerNextEventDateTime
END IF
END FUNCTION t_event_getNextOccurrenceDatetime
......
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