1 #ifndef CNTR_BUBBLE_DECL_H 2 #define CNTR_BUBBLE_DECL_H 61 template <
class GGC,
class GGA,
class GGB>
62 void Bubble1(
int tstp, GGC &C,
int c1,
int c2, GGA &A, GGA &Acc,
int a1,
int a2, GGB &B,
63 GGB &Bcc,
int b1,
int b2);
101 template <
class GGC,
class GGA,
class GGB>
102 void Bubble1(
int tstp, GGC &C,
int c1,
int c2, GGA &A,
int a1,
int a2, GGB &B,
int b1,
132 template <
class GGC,
class GGA,
class GGB>
133 void Bubble1(
int tstp, GGC &C, GGA &A, GGA &Acc, GGB &B, GGB &Bcc);
158 template <
class GGC,
class GGA,
class GGB>
void Bubble1(
int tstp, GGC &C, GGA &A, GGB &B);
204 template <
class GGC,
class GGA,
class GGB>
205 void Bubble2(
int tstp, GGC &C,
int c1,
int c2, GGA &A, GGA &Acc,
int a1,
int a2, GGB &B,
206 GGB &Bcc,
int b1,
int b2);
243 template <
class GGC,
class GGA,
class GGB>
244 void Bubble2(
int tstp, GGC &C,
int c1,
int c2, GGA &A,
int a1,
int a2, GGB &B,
int b1,
274 template <
class GGC,
class GGA,
class GGB>
275 void Bubble2(
int tstp, GGC &C, GGA &A, GGA &Acc, GGB &B, GGB &Bcc);
301 template <
class GGC,
class GGA,
class GGB>
void Bubble2(
int tstp, GGC &C, GGA &A, GGB &B);
360 #endif // CNTR_BUBBLE_DECL_H void Bubble2(int tstp, GGC &C, int c1, int c2, GGA &A, GGA &Acc, int a1, int a2, GGB &B, GGB &Bcc, int b1, int b2)
Evaluate a bubble diagram ( ) from two-time contour functions at the time step; ...
void Bubble1(int tstp, GGC &C, int c1, int c2, GGA &A, GGA &Acc, int a1, int a2, GGB &B, GGB &Bcc, int b1, int b2)
Evaluate a bubble diagram ( ) from two-time contour functions at the time step; ...