Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
H5hut
src
Commits
e23aeea0
Commit
e23aeea0
authored
Aug 11, 2011
by
adelmann
🎗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dbg output
parent
7dc39816
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/h5core/h5t_adjacencies_trim.c
src/h5core/h5t_adjacencies_trim.c
+4
-4
No files found.
src/h5core/h5t_adjacencies_trim.c
View file @
e23aeea0
...
...
@@ -582,13 +582,13 @@ update_internal_structs (
clock_t
t1
=
clock
();
TRY
(
compute_elems_of_vertices
(
f
,
from_lvl
)
);
clock_t
t2
=
clock
();
fprintf
(
stderr
,
"compute_elems_of_vertices(): %f
\n
"
,
(
float
)(
t2
-
t1
)
/
CLOCKS_PER_SEC
);
//
fprintf (stderr, "compute_elems_of_vertices(): %f\n",
//
(float)(t2-t1)/CLOCKS_PER_SEC);
t1
=
clock
();
TRY
(
compute_elems_of_edges
(
f
,
from_lvl
)
);
t2
=
clock
();
fprintf
(
stderr
,
"compute_elems_of_edge(): %f
\n
"
,
(
float
)(
t2
-
t1
)
/
CLOCKS_PER_SEC
);
//
fprintf (stderr, "compute_elems_of_edge(): %f\n",
//
(float)(t2-t1)/CLOCKS_PER_SEC);
h5_debug
(
"%s (%lld): done"
,
__func__
,
(
long
long
)
from_lvl
);
H5_PRIV_FUNC_RETURN
(
H5_SUCCESS
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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