Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
e9568a2c
Commit
e9568a2c
authored
8 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add first conditions examples
parent
00316ae0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDCore/src/Primitives.cpp
+0
-1
0 additions, 1 deletion
DDCore/src/Primitives.cpp
with
0 additions
and
1 deletion
DDCore/src/Primitives.cpp
+
0
−
1
View file @
e9568a2c
...
@@ -88,7 +88,6 @@ static inline uint64_t murmur_hash_64 ( const void * key, int len) {
...
@@ -88,7 +88,6 @@ static inline uint64_t murmur_hash_64 ( const void * key, int len) {
uint64
h
=
seed
^
(
len
*
m
);
uint64
h
=
seed
^
(
len
*
m
);
const
uint64
*
data
=
(
const
uint64
*
)
key
;
const
uint64
*
end
=
data
+
(
len
/
8
);
const
uint64
*
end
=
data
+
(
len
/
8
);
while
(
data
!=
end
)
while
(
data
!=
end
)
...
...
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