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
c9f08040
Commit
c9f08040
authored
4 years ago
by
Uwe Schulzweida
Committed by
Luis Kornblueh
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
zaxisCreate_: improved error message.
parent
33329cc8
Branches
sizetype2int-for-isofortran
No related tags found
1 merge request
!1
cdi 1.8.x zaxis tropopause backport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zaxis.c
+1
-1
1 addition, 1 deletion
src/zaxis.c
with
1 addition
and
1 deletion
src/zaxis.c
+
1
−
1
View file @
c9f08040
...
...
@@ -202,7 +202,7 @@ int zaxisCreate_(int zaxistype, int size, int id)
zaxisptr
->
size
=
size
;
if
(
zaxistype
>=
CDI_NumZaxistype
||
zaxistype
<
0
)
Error
(
"Internal problem! zaxistype
>
CDI_
Max
Zaxistype
"
);
Error
(
"Internal problem! zaxistype
=%d out of range (min=0/max=%d)!"
,
zaxistype
,
CDI_
Num
Zaxistype
-
1
);
int
zaxisID
=
zaxisptr
->
self
;
zaxisDefName
(
zaxisID
,
ZaxistypeEntry
[
zaxistype
].
name
);
...
...
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