Skip to content

Commit

Permalink
Fixed some grammatical errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Nov 9, 2015
1 parent 32c7628 commit fabcdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anphon/relaxation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ void Relaxation::setup_mode_analysis()
knum_tmp = kpoint->get_knum(ktmp[0], ktmp[1], ktmp[2]);

if (knum_tmp == -1) error->exit("setup_mode_analysis",
"Given kpoint is not exist in given k-point grid.");
"Given kpoint does not exist in given k-point grid.");
if (snum_tmp <= 0 || snum_tmp > dynamical->neval) {
error->exit("setup_mode_analysis", "Mode index out of range.");
}
Expand Down Expand Up @@ -1345,7 +1345,7 @@ void Relaxation::perform_mode_analysis()
ofs_V3 << std::endl;
ofs_V3 << "# mode = " << snum + 1<< std::endl;
ofs_V3 << "# Frequency = " << writes->in_kayser(omega) << std::endl;
ofs_V3 << "## Temperature dependence of |V3|^2 for given mode" << std::endl;
ofs_V3 << "## Matrix elements |V3|^2 for given mode" << std::endl;
ofs_V3 << "## q', j', omega(q'j') (cm^-1), q'', j'', omega(q''j'') (cm^-1), |V3(-qj,q'j',q''j'')| (cm^-2)" << std::endl;

for (j = 0; j < nk_size; ++j) {
Expand Down

0 comments on commit fabcdd5

Please sign in to comment.