Skip to content

Commit

Permalink
save scph_ucorr when UCORR = 1 when MODE = SCPH
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Nov 28, 2018
1 parent bf9948a commit fd47005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions anphon/scph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ void Scph::exec_scph()
if (writes->print_msd) {
writes->write_scph_msd(eval_anharm, evec_anharm);
}
if (writes->print_ucorr) {
writes->write_scph_ucorr(eval_anharm, evec_anharm);
}
}
memory->deallocate(eval_anharm);
memory->deallocate(evec_anharm);
Expand Down

0 comments on commit fd47005

Please sign in to comment.