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
affb0b66
Commit
affb0b66
authored
8 years ago
by
Luis Kornblueh
Browse files
Options
Downloads
Patches
Plain Diff
FInalized Fortran documentation.
parent
a611b857
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/libmtime.dox
+4
-4
4 additions, 4 deletions
doc/libmtime.dox
src/libmtime.f90
+693
-75
693 additions, 75 deletions
src/libmtime.f90
with
697 additions
and
79 deletions
doc/libmtime.dox
+
4
−
4
View file @
affb0b66
...
...
@@ -5,13 +5,13 @@
* This project aims to provide time, calenendar, and event handling
* for model applications.
*
* libmtime provides the following simple and well documented data structures
o
f
* libmtime provides the following simple and well documented data structures f
orq
* common use:
*
* @arg calendar: The base calendar; either proleptic Gregorian,
* 365 day years, or 360 day years calendar.
* @arg date: A calendars date.
* @arg time: A time
at
a day.
* @arg time: A time
on
a day.
* @arg datetime: Date and time combined.
* @arg timedelta: A difference in datetime.
* @arg julianday: The Julian day to define the base time axis.
...
...
@@ -35,7 +35,7 @@
* @section Usage
*
* The doxygen documentation you are reading is pretty rich. You
* are still recomended to take a look at the libmtime/
t
es
t
directory,
* are still recomended to take a look at the libmtime/
exampl
es directory,
* which contains some usage examples.
*
* @section License
...
...
@@ -64,7 +64,7 @@
*
* @section Dependency
*
* The library should work correctly without any dependenc
y
under any
* The library should work correctly without any dependenc
ies
under any
* Posix-compliant operating system. If you experience some issue
* please contact me. The AUTHORS file provided with the software
* distribution contain developers contacts.
...
...
This diff is collapsed.
Click to expand it.
src/libmtime.f90
+
693
−
75
View file @
affb0b66
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