Skip to content

Commit

Permalink
In the previous commit, tabs are wrongly used. This commit replaces a…
Browse files Browse the repository at this point in the history
…ll tabs with spaces appropriately.
  • Loading branch information
ttadano committed Feb 23, 2018
1 parent 9637704 commit dbe10dc
Show file tree
Hide file tree
Showing 47 changed files with 18,952 additions and 18,918 deletions.
886 changes: 444 additions & 442 deletions anphon/conductivity.cpp

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions anphon/conductivity.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,40 @@

namespace PHON_NS
{
class Conductivity : protected Pointers
{
public:
Conductivity(class PHON *);
~Conductivity();
void setup_kappa();
void prepare_restart();
void calc_anharmonic_imagself();
void compute_kappa();
void finish_kappa();

int calc_kappa_spec;
unsigned int ntemp;
double **damping3;
double ***kappa;
double ***kappa_spec;
double *Temperature;

private:
double ***vel;
unsigned int nk, ns;
int nshift_restart;
std::vector<int> vks, vks_l, vks_done;
std::set<int> vks_job;

void write_result_gamma(const unsigned int,
const unsigned int,
double ***,
double **);
void average_self_energy_at_degenerate_point(const int,
const int,
double **);
void compute_frequency_resolved_kappa(const int,
double ****,
const int);
};
class Conductivity : protected Pointers
{
public:
Conductivity(class PHON *);
~Conductivity();
void setup_kappa();
void prepare_restart();
void calc_anharmonic_imagself();
void compute_kappa();
void finish_kappa();

int calc_kappa_spec;
unsigned int ntemp;
double **damping3;
double ***kappa;
double ***kappa_spec;
double *Temperature;

private:
double ***vel;
unsigned int nk, ns;
int nshift_restart;
std::vector<int> vks, vks_l, vks_done;
std::set<int> vks_job;

void write_result_gamma(const unsigned int,
const unsigned int,
double ***,
double **);
void average_self_energy_at_degenerate_point(const int,
const int,
double **);
void compute_frequency_resolved_kappa(const int,
double ****,
const int);
};
}

0 comments on commit dbe10dc

Please sign in to comment.