Skip to content
Snippets Groups Projects
Commit 75a97f85 authored by Luis Kornblueh's avatar Luis Kornblueh
Browse files

Workaround for nvfortran ICE - code not used

parent b8c40f00
No related branches found
Tags 1.1.1
No related merge requests found
...@@ -44,7 +44,8 @@ MODULE mtime_hl ...@@ -44,7 +44,8 @@ MODULE mtime_hl
IMPLICIT NONE IMPLICIT NONE
#ifndef __NVCOMPILER
PUBLIC :: t_datetime, t_timedelta, t_juliandelta, t_julianday, t_event, t_eventGroup PUBLIC :: t_datetime, t_timedelta, t_juliandelta, t_julianday, t_event, t_eventGroup
PUBLIC :: t_timedeltaFromMilliseconds PUBLIC :: t_timedeltaFromMilliseconds
PUBLIC :: t_timedeltaFromSeconds PUBLIC :: t_timedeltaFromSeconds
...@@ -389,9 +390,7 @@ CONTAINS ...@@ -389,9 +390,7 @@ CONTAINS
#include "mtime_t_juliandelta.inc" #include "mtime_t_juliandelta.inc"
#include "mtime_t_event.inc" #include "mtime_t_event.inc"
#endif
END MODULE mtime_hl END MODULE mtime_hl
!> !>
......
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