Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
9e6bcdc8
Commit
9e6bcdc8
authored
Jun 05, 2019
by
Nikola Hardi
Browse files
Make plugin loading work on MacOS and Linux
parent
887ef04c
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/plugins/TGrid/P010_TJAlien.C
View file @
9e6bcdc8
...
...
@@ -87,7 +87,7 @@ void P010_TJAlien()
SetJAliEnSettings
();
}
if
(
gSystem
->
Load
(
"libJAliEnROOT
.so
"
)
>=
0
)
{
if
(
gSystem
->
Load
(
"libJAliEnROOT"
)
>=
0
)
{
gPluginMgr
->
AddHandler
(
"TGrid"
,
"^alien:?"
,
"TJAlien"
,
"JAliEnROOT"
,
"TJAlien(const char*, const char*, const char*, const char*)"
);
}
else
{
...
...
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