Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
00050fce
Commit
00050fce
authored
May 13, 2014
by
Lynn Garren
Browse files
Merge branch 'develop' into CLHEP_2_200_branch
parents
65e2e758
38e56041
Changes
3
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
00050fce
2014-05-04 Lynn Garren <garren@fnal.gov>
* Random/src/Random.cc: remove unnecessary inline
==============================
12.05.14 Release CLHEP-2.1.4.2
==============================
...
...
Random/ChangeLog
View file @
00050fce
2014-05-13 Lynn Garren <garren@fnal.gov>
* src/Random.cc: remove unnecessary inline
2014-03-04 W. David Dagenhart <wdd@fnal.gov>
* In Random package convert statics and globals to const, thread
...
...
Random/src/Random.cc
View file @
00050fce
...
...
@@ -62,7 +62,6 @@ struct defaults {
shared_ptr
<
HepRandomEngine
>
theEngine
;
};
// defaults
inline
defaults
&
theDefaults
()
{
static
CLHEP_THREAD_LOCAL
HepRandom
theDefaultGenerator
;
static
CLHEP_THREAD_LOCAL
HepJamesRandom
theDefaultEngine
;
...
...
Write
Preview
Supports
Markdown
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