Skip to content

Commit

Permalink
Merge branch 'hotfix/v.1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Nov 21, 2017
2 parents 18bf9a8 + 965d52d commit 7d6b98a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions alm/symmetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -724,14 +724,6 @@ void Symmetry::symop_availability_check(double ***rot,

for (i = 0; i < nsym; ++i) {

std::cout << "Sym. No. : " << std::setw(3) << i + 1 << std::endl;
for (j = 0; j < 3; ++j) {
for (k = 0; k < 3; ++k) {
std::cout << std::setw(15) << rot[i][j][k];
}
std::cout << std::endl;
}
std::cout << std::endl;
nfinite = 0;
for (j = 0; j < 3; ++j) {
for (k = 0; k < 3; ++k) {
Expand Down

0 comments on commit 7d6b98a

Please sign in to comment.