Skip to content

Commit

Permalink
change V to v
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Jul 27, 2024
1 parent 8c15628 commit 23c4332
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/module_esolver/esolver_ks_lcao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "module_io/output_sk.h"
#include "module_io/to_qo.h"
#include "module_io/write_HS.h"
#include "module_io/write_Vxc.hpp"
#include "module_io/write_vxc.hpp"
#include "module_io/write_eband_terms.hpp"
#include "module_io/write_istate_info.h"
#include "module_io/write_proj_band_lcao.h"
Expand Down
2 changes: 1 addition & 1 deletion source/module_esolver/esolver_ks_lcaopw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "module_hamilt_pw/hamilt_pwdft/hamilt_lcaopw.h"
#include "module_parameter/parameter.h"
#ifdef __LCAO
#include "module_io/write_Vxc_lip.hpp"
#include "module_io/write_vxc_lip.hpp"
#endif

namespace ModuleESolver
Expand Down
2 changes: 1 addition & 1 deletion source/module_io/write_eband_terms.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef _WRITE_EBAND_SEPARATE_TERMS_HPP_
#define _WRITE_EBAND_SEPARATE_TERMS_HPP_
#include "module_io/write_Vxc.hpp"
#include "module_io/write_vxc.hpp"
#include "module_hamilt_lcao/hamilt_lcaodft/operator_lcao/ekinetic_new.h"
#include "module_hamilt_lcao/hamilt_lcaodft/operator_lcao/nonlocal_new.h"
#include "module_basis/module_nao/two_center_bundle.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 23c4332

Please sign in to comment.