Skip to content

Commit

Permalink
Ensured that symm: use works with clearly defined origin
Browse files Browse the repository at this point in the history
  • Loading branch information
rneder committed Jan 11, 2018
1 parent 6fb513a commit 0b5dc21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discus/prog/symm_sup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ SUBROUTINE symm_setup
sym_mat (:, :) = 0.0
sym_rmat(:, :) = 0.0
sym_mat (4, 4) = 1.0
sym_orig(:) = 0.0
sym_orig_mol = .false.
!
sym_mat (:, :) = spc_mat(:,:, sym_use)
!
Expand Down

0 comments on commit 0b5dc21

Please sign in to comment.