Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
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
mpim-sw
libcdi
Commits
335a6935
Commit
335a6935
authored
14 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
varDefZtype: bug fix
parent
094ab5e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+9
-5
9 additions, 5 deletions
ChangeLog
src/varscan.c
+2
-1
2 additions, 1 deletion
src/varscan.c
with
11 additions
and
6 deletions
ChangeLog
+
9
−
5
View file @
335a6935
2010-09-13 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CGRIBEX library version 1.4.6
* Version 1.4.6 released
2010-09-09 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* varDefZtype: bug fix [report: Stephanie Legutke]
2010-09-07 Ralf Mueller <ralf.mueller@zmaw.de>
* use libtool 2.2.10 for compiling + linking
...
...
@@ -5,11 +14,6 @@
(positions independant code)
* build CDI configuration file: cdi.settings
2010-09-06 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CGRIBEX library version 1.4.6
* Version 1.4.6 released
2010-09-03 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* check axis attribute (bug fix) [report: Cui Chen]
...
...
This diff is collapsed.
Click to expand it.
src/varscan.c
+
2
−
1
View file @
335a6935
...
...
@@ -838,7 +838,8 @@ void varDefMissval(int varID, double missval)
void
varDefZtype
(
int
varID
,
int
ztype
)
{
vartable
[
varID
].
ztype
=
ztype
;
if
(
vartable
[
varID
].
ztype
==
COMPRESS_NONE
)
vartable
[
varID
].
ztype
=
ztype
;
}
...
...
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