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
bd1130f7
Commit
bd1130f7
authored
Jun 03, 2015
by
Uwe Schulzweida
Browse files
changed CMP_HRD flag from CMP_CODE to CMP_NAME
parent
7be79ea5
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bd1130f7
...
...
@@ -5,7 +5,7 @@
2015-06-03 Uwe Schulzweida
* replace: removed check of parameter number
* replace:
compare only parameter name;
removed check of parameter number
* setpartabn: replace vlistDefVarCode() by vlistDefVarParam()
2015-06-01 Uwe Schulzweida
...
...
src/functs.h
View file @
bd1130f7
...
...
@@ -53,7 +53,7 @@ enum cmp_flag {
CMP_GRID
=
4
,
CMP_NLEVEL
=
8
,
CMP_GRIDSIZE
=
16
,
CMP_HRD
=
CMP_
COD
E
|
CMP_GRIDSIZE
,
CMP_HRD
=
CMP_
NAM
E
|
CMP_GRIDSIZE
,
CMP_DIM
=
CMP_GRIDSIZE
|
CMP_NLEVEL
|
CMP_GRID
,
CMP_ALL
=
CMP_NAME
|
CMP_GRIDSIZE
|
CMP_NLEVEL
|
CMP_GRID
};
...
...
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