Skip to content

Commit

Permalink
Retire this old non-functional snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Oct 4, 2021
1 parent bc4681d commit 02af90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 73 deletions.
4 changes: 2 additions & 2 deletions tools/Python/mccodelib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ set(BINS "${WORK}/mccode_config.py" "${WORK}/mccode_config.json")

if(WINDOWS)
# Python files
foreach(name __init__.py fcparticleparser.py utils.py flowchart.py instrgeom.py instrparser.py mcdisplayutils.py mcplotloader.py nodetree.py particleparser.py pipetools.py test.py plotgraph.py pqtgfrontend.py)
foreach(name __init__.py fcparticleparser.py utils.py flowchart.py instrgeom.py instrparser.py mcdisplayutils.py mcplotloader.py nodetree.py particleparser.py pipetools.py plotgraph.py pqtgfrontend.py)
install(
FILES "${PROJECT_SOURCE_DIR}/${name}"
DESTINATION "${lib}/${TOOLS_NAME}"
Expand All @@ -115,7 +115,7 @@ endif()

if(NOT WINDOWS)
# Python files
foreach(name __init__.py fcparticleparser.py utils.py flowchart.py instrgeom.py instrparser.py mcdisplayutils.py mcplotloader.py nodetree.py particleparser.py pipetools.py test.py plotgraph.py pqtgfrontend.py)
foreach(name __init__.py fcparticleparser.py utils.py flowchart.py instrgeom.py instrparser.py mcdisplayutils.py mcplotloader.py nodetree.py particleparser.py pipetools.py plotgraph.py pqtgfrontend.py)
install(
FILES "${PROJECT_SOURCE_DIR}/${name}"
DESTINATION "${FLAVOR}/${MCCODE_VERSION}/${TOOLS_NAME}"
Expand Down
71 changes: 0 additions & 71 deletions tools/Python/mccodelib/test.py

This file was deleted.

0 comments on commit 02af90d

Please sign in to comment.