Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Eliminate unnecessary dummy analysis scripts.
  • Loading branch information
cemitch99 authored Dec 1, 2023
1 parent f0d409e commit 1953cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ add_impactx_test(IOTA_nll.py
examples/iota_lens/run_iotalens_sdep.py
OFF # ImpactX MPI-parallel
ON # ImpactX Python interface
examples/iota_lens/analysis_iotalens_sdep_dum.py
examples/iota_lens/analysis_iotalens_sdep.py
OFF # no plot script yet
)

Expand All @@ -672,7 +672,7 @@ add_impactx_test(IOTA_lattice.py
examples/iota_lattice/run_iotalattice_sdep.py
OFF # ImpactX MPI-parallel
ON # ImpactX Python interface
examples/iota_lattice/analysis_iotalattice_sdep_dum.py
examples/iota_lattice/analysis_iotalattice_sdep.py
OFF # no plot script yet
)

Expand Down

0 comments on commit 1953cb4

Please sign in to comment.