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
73685001
Commit
73685001
authored
Jul 13, 2015
by
Oliver Heidmann
Browse files
removed outcommented old code
parent
51433d1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/test_cdf_read.c
View file @
73685001
...
...
@@ -97,7 +97,6 @@ printAtts(int vlistID)
}
if
(
attLen
<
0
)
{
//goto attGetFail;
puts
(
"error retrieving value"
);
continue
;
}
...
...
@@ -163,7 +162,6 @@ printAtts(int vlistID)
}
else
{
//attGetFail:
puts
(
"error retrieving value"
);
}
}
...
...
tests/test_cdf_write.c
View file @
73685001
...
...
@@ -94,7 +94,7 @@ int main(int argc, const char **argv)
(
void
)
streamDefTimestep
(
streamID
,
0
);
{
double
(
*
data
)[
sizex
]
=
(
double
(
*
)[
80
])
malloc
(
sizeof
(
**
data
)
*
sizex
*
sizey
);
double
(
*
data
)[
sizex
]
=
(
double
(
*
)[
sizex
])
malloc
(
sizeof
(
**
data
)
*
sizex
*
sizey
);
if
(
!
data
)
{
perror
(
"data values memory allocation failed"
);
...
...
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