Skip to content

Commit

Permalink
better name for top level pyMaCh3 cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm committed Aug 29, 2024
1 parent a79261c commit 770b3b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ if( MaCh3_PYTHON_ENABLED )
## EM: make a module target out of all the python*Module.cpp files (currently just one...)
pybind11_add_module(
pyMaCh3 MODULE
pythonModule.cpp
pythonMaCh3.cpp
plotting/plottingUtils/pythonPlottingModule.cpp
)
## EM: only works with code compiled with -fPIC enabled.. I think this flag can things slightly slower
Expand Down
File renamed without changes.

0 comments on commit 770b3b5

Please sign in to comment.