diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-08-24 14:28:25 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-08-28 12:00:54 +0200 |
commit | 52987f395d423203fbb1a417961408804832c258 (patch) | |
tree | 5524d3e6d08b9278054633d258bbb5544cb1ddbe /build | |
parent | 0a72d3f5c67f417199dd41af373ef0e129780838 (diff) | |
download | astra-52987f395d423203fbb1a417961408804832c258.tar.gz astra-52987f395d423203fbb1a417961408804832c258.tar.bz2 astra-52987f395d423203fbb1a417961408804832c258.tar.xz astra-52987f395d423203fbb1a417961408804832c258.zip |
Make filename more consistent
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/Makefile.in | 2 | ||||
-rw-r--r-- | build/msvc/gen.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in index 0b90bd9..2ec3851 100644 --- a/build/linux/Makefile.in +++ b/build/linux/Makefile.in @@ -168,7 +168,7 @@ BASE_OBJECTS=\ src/ParallelProjectionGeometry3D.lo \ src/ParallelVecProjectionGeometry3D.lo \ src/PlatformDepSystemCode.lo \ - src/PluginAlgorithm.lo \ + src/PluginAlgorithmFactory.lo \ src/ProjectionGeometry2D.lo \ src/ProjectionGeometry3D.lo \ src/Projector2D.lo \ diff --git a/build/msvc/gen.py b/build/msvc/gen.py index 47e7440..a42d8e5 100644 --- a/build/msvc/gen.py +++ b/build/msvc/gen.py @@ -188,7 +188,7 @@ P_astra["filters"]["Algorithms\\source"] = [ "src\\CglsAlgorithm.cpp", "src\\FilteredBackProjectionAlgorithm.cpp", "src\\ForwardProjectionAlgorithm.cpp", -"src\\PluginAlgorithm.cpp", +"src\\PluginAlgorithmFactory.cpp", "src\\ReconstructionAlgorithm2D.cpp", "src\\ReconstructionAlgorithm3D.cpp", "src\\SartAlgorithm.cpp", @@ -327,7 +327,7 @@ P_astra["filters"]["Algorithms\\headers"] = [ "include\\astra\\CudaBackProjectionAlgorithm3D.h", "include\\astra\\FilteredBackProjectionAlgorithm.h", "include\\astra\\ForwardProjectionAlgorithm.h", -"include\\astra\\PluginAlgorithm.h", +"include\\astra\\PluginAlgorithmFactory.h", "include\\astra\\ReconstructionAlgorithm2D.h", "include\\astra\\ReconstructionAlgorithm3D.h", "include\\astra\\SartAlgorithm.h", |