Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
1975598f
Commit
1975598f
authored
Mar 27, 2015
by
Uwe Schulzweida
Browse files
ChangeLog: update
parent
6d1b836d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1975598f
...
...
@@ -5,6 +5,7 @@
2015-03-26 Uwe Schulzweida
* using CDI library version 1.6.8
* Version 1.6.8 released
2015-03-25 Uwe Schulzweida
...
...
src/Importbinary.c
View file @
1975598f
...
...
@@ -349,9 +349,11 @@ void *Importbinary(void *argument)
pvar
++
;
}
int
calendar
=
CALENDAR_STANDARD
;
taxisID
=
taxisCreate
(
TAXIS_RELATIVE
);
taxisDefCalendar
(
taxisID
,
CALENDAR_STANDARD
);
taxisDefCalendar
(
taxisID
,
calendar
);
vlistDefTaxis
(
vlistID
,
taxisID
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment