Skip to content

Commit

Permalink
Remove some unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
stigrj committed Nov 26, 2024
1 parent 412a80c commit da85b58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ add_subdirectory(surface_forces)
add_subdirectory(tensor)
add_subdirectory(utils)

target_compile_definitions(mrchem PRIVATE
target_compile_definitions(mrchem PRIVATE
HIRSHFELD_SOURCE_DIR="${HIRSHFELD_SOURCE_DIR}"
HIRSHFELD_INSTALL_DIR="${HIRSHFELD_INSTALL_DIR}"
AZORA_POTENTIALS_SOURCE_DIR="${AZORA_POTENTIALS_SOURCE_DIR}"
AZORA_POTENTIALS_INSTALL_DIR="${AZORA_POTENTIALS_INSTALL_DIR}"
LEBVEDEV_SOURCE_DIR="${LEBVEDEV_SOURCE_DIR}"
LEBVEDEV_INSTALL_DIR="${LEBVEDEV_INSTALL_DIR}"
)

target_link_libraries(mrchem
Expand Down
3 changes: 0 additions & 3 deletions src/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
#include "qmoperators/one_electron/NuclearOperator.h"
#include "qmoperators/one_electron/ZoraOperator.h"
#include "qmoperators/one_electron/AZoraPotential.h"
#include "qmoperators/one_electron/NablaOperator.h"

#include "qmoperators/one_electron/H_BB_dia.h"
#include "qmoperators/one_electron/H_BM_dia.h"
Expand Down Expand Up @@ -86,8 +85,6 @@
#include "environment/Permittivity.h"
#include "surface_forces/SurfaceForce.h"
#include "properties/hirshfeld/HirshfeldPartition.h"
#include <fstream>
#include <filesystem>

#include "mrdft/Factory.h"

Expand Down

0 comments on commit da85b58

Please sign in to comment.