Skip to content

Commit

Permalink
Apply google style
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Sanz-Leon committed Oct 17, 2016
1 parent aaaedde commit 300c96a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/couple_diff_arctan.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
using std::vector;

class CoupleDiffArctan : public Couple {
CoupleDiffArctan();
CoupleDiffArctan(CoupleDiffArctan&);
CoupleDiffArctan();
CoupleDiffArctan(CoupleDiffArctan&);
protected:
double nu_min, nu_max;
double t_half_down, t_half_up;
Expand All @@ -18,11 +18,11 @@ class CoupleDiffArctan : public Couple {
vector<double> deltanu;

public:
void init( Configf& configf );
void step(void);
void find(void);
void init( Configf& configf );
void step(void);
void find(void);
CoupleDiffArctan( int nodes, double deltat, int index,
const Propag& prepropag, const Population& postpop, double tempf );
const Propag& prepropag, const Population& postpop, double tempf );
virtual ~CoupleDiffArctan(void);
};

Expand Down

0 comments on commit 300c96a

Please sign in to comment.