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
libcdi
Commits
08b3c7a0
Commit
08b3c7a0
authored
Aug 03, 2016
by
Uwe Schulzweida
Browse files
gridCompareP: compare mapping.
parent
55b2062c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
08b3c7a0
...
...
@@ -2615,6 +2615,8 @@ int gridCompareP ( void * gridptr1, void * gridptr2 )
if
(
strcmp
(
g1
->
x
.
units
,
g2
->
x
.
units
))
return
differ
;
if
(
strcmp
(
g1
->
y
.
units
,
g2
->
y
.
units
))
return
differ
;
if
(
strcmp
(
g1
->
mapping
,
g2
->
mapping
))
return
differ
;
if
(
g1
->
reference
)
{
if
(
!
g2
->
reference
)
return
differ
;
...
...
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