Skip to content

Commit 1edeb6e

Browse files
committed
removed more testing code
1 parent dd9b316 commit 1edeb6e

File tree

4 files changed

+2
-129
lines changed

4 files changed

+2
-129
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ add_executable(two_dim_spo_TEST
4848
target_link_libraries(two_dim_spo_TEST
4949
-lfftw3_omp -lfftw3)
5050

51-
add_executable(fftw_separated_computation_TEST
52-
fftw_separated_computation_TEST.cc
53-
)
54-
target_link_libraries(fftw_separated_computation_TEST
55-
-lfftw3)

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Build instructions
3333

3434
The executables are placed in the build/ directory:
3535
* quantum3body-simulation .. this is the main application
36-
* quantum3body_simulation_TEST.cc .. a simple test application for the initial SPO code
37-
* fftw_separated_computation_TEST .. a test application to compare the 2x1D with the 2D FFT
36+
* two_dim_spo_TEST.cc .. a simple test application/example for the SPOM code
3837

3938
Running the application
4039
-----------------------

fftw_separated_computation_TEST.cc

Lines changed: 0 additions & 120 deletions
This file was deleted.

main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
* \endcode
4141
* The executables are placed in the build/ directory:
4242
* - quantum3body-simulation .. this is the main application
43-
* - quantum3body_simulation_TEST.cc .. a simple test application for the initial SPO code
44-
* - fftw_separated_computation_TEST .. a test application to compare the 2x1D with the 2D FFT
43+
* - two_dim_spo_TEST.cc .. a simple test application/example for the SPOM code
4544
*
4645
* \section running Running the application
4746
*

0 commit comments

Comments
 (0)