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
Merge requests
!8
Feature extend julianday
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature extend julianday
feature-extend-julianday
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Luis Kornblueh
requested to merge
feature-extend-julianday
into
master
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Adds a couple of juliandelta and julianday operations
0
0
Merge request reports
Viewing commit
08ce76a0
Prev
Next
Show latest version
1 file
+
0
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
08ce76a0
Removed twice defined c binding interface for add of julianday and juliandelta
· 08ce76a0
Luis Kornblueh
authored
2 years ago
src/mtime_c_bindings.f90
+
0
−
7
Options
@@ -128,13 +128,6 @@ module mtime_c_bindings
import
::
c_ptr
type
(
c_ptr
),
value
::
jd
end
subroutine
my_deallocatejuliandelta
!
function
my_addjuliandeltatojulianday
(
my_julianday
,
my_juliandelta
,
ret_julianday
)
result
(
julianday_ptr
)
&
&
bind
(
c
,
name
=
'addJulianDelta'
)
import
::
c_ptr
type
(
c_ptr
)
::
julianday_ptr
type
(
c_ptr
),
value
::
my_julianday
,
my_juliandelta
,
ret_julianday
end
function
my_addjuliandeltatojulianday
end
interface
interface
Loading