Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
4cf5ed99
Commit
4cf5ed99
authored
Mar 26, 2018
by
LEFEBVREJP email
Browse files
Fixing DecayDb visibility for windows shared build.
parent
bc3fe4fe
Pipeline
#12726
failed with stages
in 6 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixio/decaydb.hh
View file @
4cf5ed99
...
...
@@ -5,6 +5,8 @@
#include
<string>
#include
<unordered_map>
#include
"radixdl/visibility.hh"
namespace
radix
{
struct
DecayDBEntry
...
...
@@ -111,7 +113,7 @@ struct DecayDBEntry
int
zaid
()
{
return
z
*
10000
+
a
*
10
+
m
;
}
};
// struct
class
DecayDb
class
RADIX_PUBLIC
DecayDb
{
std
::
unordered_map
<
int
,
DecayDBEntry
>
mActivation
;
std
::
unordered_map
<
int
,
DecayDBEntry
>
mActinide
;
...
...
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