Skip to content

Commit

Permalink
Fixes small leftovers after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfreddy committed Nov 9, 2024
1 parent 92c7ce3 commit dc430cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ include(${PROJECT_SOURCE_DIR}/cmake/custom/omp.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/custom/sad_basis.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/custom/hirshfeld.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/custom/azora_potentials.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/custom/lebvedev.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/custom/main.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/custom/feature_summary.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/custom/tests.cmake)
Expand Down
3 changes: 0 additions & 3 deletions src/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@
#include "qmoperators/one_electron/NuclearGradientOperator.h"
#include "qmoperators/one_electron/NuclearOperator.h"
#include "qmoperators/one_electron/ZoraOperator.h"
<<<<<<< HEAD
#include "qmoperators/one_electron/AZoraPotential.h"
#include "qmoperators/one_electron/NablaOperator.h"
=======
>>>>>>> 44b016d0 (remove unused includes)

#include "qmoperators/one_electron/H_BB_dia.h"
#include "qmoperators/one_electron/H_BM_dia.h"
Expand Down

0 comments on commit dc430cf

Please sign in to comment.