Skip to content

Commit

Permalink
remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Jul 11, 2024
1 parent c2a61d0 commit 8a85bda
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions source/module_ri/exx_lip.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
#include "module_hamilt_pw/hamilt_pwdft/wfinit.h"
class K_Vectors;
class UnitCell;

// template<typename T>
// struct RemoveComplex;
// template<>
// struct RemoveComplex<std::complex<double>> {
// using type = double;
// };
// template<>
// struct RemoveComplex<std::complex<float>> {
// using type = float;
// };

template<typename T, typename Device = base_device::DEVICE_CPU>
class Exx_Lip
{
Expand Down

0 comments on commit 8a85bda

Please sign in to comment.