Skip to content

Commit

Permalink
Merge pull request #41 from JeffersonLab/hotfix_issue38_visualization
Browse files Browse the repository at this point in the history
Hotfix issue38 visualization PR into master
  • Loading branch information
wdconinc authored Oct 18, 2017
2 parents 211ed7f + fd8cf66 commit 0e37474
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 43 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ set(REMOLL_SCRIPTS
vis/X.mac
macros/runexample.mac
macros/gui.mac
macros/vis.mac
rootlogon.C
)

Expand Down
10 changes: 8 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Visualization macros are found in vis/

To run, execute

./remoll
./build/remoll

which should bring up a graphical command interface

Expand All @@ -68,8 +68,14 @@ To see the geometry you have to say:

then

/control/execute macros/vis.mac
/control/execute vis/Qt.mac

(or another macro in the vis directory, if you prefer)

Due to a reported issue (https://github.com/JeffersonLab/remoll/issues/40)
you may need to run remoll with the following env var set:

LIBGL_ALWAYS_INDIRECT=1 ./build/remoll

---------------------------------------------------

Expand Down
40 changes: 0 additions & 40 deletions macros/vis.mac

This file was deleted.

0 comments on commit 0e37474

Please sign in to comment.