Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/module_cell/klist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ void K_Vectors::ibz_kpoint(const ModuleSymmetry::Symmetry &symm, bool use_symm,s
ModuleBase::Matrix3 inv(-1, 0, 0, 0, -1, 0, 0, 0, -1);
ModuleBase::Matrix3 ind(1, 0, 0, 0, 1, 0, 0, 0, 1);

int nrotkm;
int nrotkm=0;
if(use_symm)
{
// bravais type of reciprocal lattice and k-lattice
Expand Down