Skip to content

Commit 5c5da18

Browse files
author
Hervé Rouault
committed
indentation corrections
1 parent 85b1a5b commit 5c5da18

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/integr.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1003,24 +1003,24 @@ int Celleff::integrfunc(vd & integrA, vd & integrB, double fintime)
10031003
return 0;
10041004
}
10051005

1006-
vector < double >Celleff::integrporte(int nprotA, int nprotX, int nprotY,
1006+
vector < double > Celleff::integrporte(int nprotA, int nprotX, int nprotY,
10071007
bool protX1, bool protY1, bool protX2,
10081008
bool protY2)
10091009
{
10101010
vector < double >resultat;
10111011
return resultat;
10121012
}
10131013

1014-
vector < double >Celleff::integrbistable(int nprot)
1014+
vector < double > Celleff::integrbistable(int nprot)
10151015
{
10161016
vector < double >resultat;
10171017
return resultat;
10181018
}
10191019

1020-
vector < vector < double >>Celleff::integrmultistable(int prot0, int prot1,
1020+
vector < vector < double > > Celleff::integrmultistable(int prot0, int prot1,
10211021
int prot2)
10221022
{
1023-
vector < vector < double >>resultat;
1023+
vector < vector < double > > resultat;
10241024
return resultat;
10251025
}
10261026

src/integr.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ class Celleff {
5050
void derivqtiteeuler();
5151
void derivqtiterk4();
5252
void derivqtite();
53-
vector < double >integrbistable(int nprot);
54-
vector < double >integrbioscill(Cellule & cell, int state);
53+
vector < double > integrbistable(int nprot);
54+
vector < double > integrbioscill(Cellule & cell, int state);
5555
// vector<double> integr(int nprot);
5656
Resultatsys integrsys3c(System & sys);
57-
vector < vector < double >>integrmultistable(int prot0, int prot1,
57+
vector < vector < double > > integrmultistable(int prot0, int prot1,
5858
int prot2);
5959
vector < double >integrporte(int nprotA, int nprotX, int nprotY,
6060
bool protX1, bool protY1, bool protX2,

0 commit comments

Comments
 (0)