Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Commits
86c02c79
Commit
86c02c79
authored
6 years ago
by
Jan Frederik Engels
Browse files
Options
Downloads
Patches
Plain Diff
More hl fixes from deeply integrated testing.
parent
3ce40693
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/eventwrapper.f90.notused
+0
-0
0 additions, 0 deletions
src/eventwrapper.f90.notused
src/libmtime_hl.f90
+1
-0
1 addition, 0 deletions
src/libmtime_hl.f90
src/mtime_t_event.inc
+13
-0
13 additions, 0 deletions
src/mtime_t_event.inc
src/mtime_t_juliandelta.inc
+1
-1
1 addition, 1 deletion
src/mtime_t_juliandelta.inc
with
15 additions
and
1 deletion
src/eventwrapper.f90
→
src/eventwrapper.f90
.notused
+
0
−
0
View file @
86c02c79
File moved
This diff is collapsed.
Click to expand it.
src/libmtime_hl.f90
+
1
−
0
View file @
86c02c79
...
...
@@ -337,6 +337,7 @@ MODULE mtime_hl
PROCEDURE
::
getName
=>
t_event_getName
PROCEDURE
::
nextEvent
=>
t_event_next_event
PROCEDURE
::
isActive
=>
t_event_is_active
END
TYPE
t_event
...
...
This diff is collapsed.
Click to expand it.
src/mtime_t_event.inc
+
13
−
0
View file @
86c02c79
...
...
@@ -108,6 +108,19 @@
res
=
this
%
triggeredPreviousEventDateTime
END
FUNCTION
t_event_getPrevOccurrenceDatetime
FUNCTION
t_event_is_active
(
this
,
my_datetime
,
plus_slack
,
minus_slack
)
result
(
ret
)
CLASS
(
t_event
)
::
this
TYPE
(
t_datetime
)
::
my_datetime
TYPE
(
t_timedelta
),
OPTIONAL
::
plus_slack
TYPE
(
t_timedelta
),
OPTIONAL
::
minus_slack
logical
(
c_bool
)
::
ret
!
FIXME
ret
=
isCurrentEventActive
(
this
,
my_datetime
%
dt
,
plus_slack
%
td
,
minus_slack
%
td
)
END
FUNCTION
t_event_is_active
!
================================================================================
!
event
group
section
:
!
================================================================================
...
...
This diff is collapsed.
Click to expand it.
src/mtime_t_juliandelta.inc
+
1
−
1
View file @
86c02c79
...
...
@@ -13,7 +13,7 @@
TYPE
(
juliandelta
),
pointer
::
jd_tmp
c_pointer
=
my_newjuliandelta
(
sign
,
day
,
ms
)
print
*
,
sign
,
c_pointer
!
print
*
,
sign
,
c_pointer
if
(
.
not
.
c_associated
(
c_pointer
))
then
call
handle_errno
(
1
*
100
+
1
,
__FILE__
,
__LINE__
)
t_juliandelta_assign_raw
%
jd
%
sign
=
'L'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment