From ffc8746c0632f054d400dbacf3e90c4cbc0ad881 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 19 Jul 2004 15:30:06 +0000 Subject: [PATCH] *** empty log message *** --- flower/include/drul-array.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flower/include/drul-array.hh b/flower/include/drul-array.hh index d537bcb5a0..ccc0110f8e 100644 --- a/flower/include/drul-array.hh +++ b/flower/include/drul-array.hh @@ -62,7 +62,8 @@ scale_drul (Drul_array * dr, T x) inline Real linear_combination (Drul_array const &d, Real x) { - return ((1.0 - x) * Real (d.elem (LEFT)) + (x + 1.0) * Real (d.elem (RIGHT))) * 0.5; + return ((1.0 - x) * Real (d.elem (LEFT)) + + (x + 1.0) * Real (d.elem (RIGHT))) * 0.5; } -#endif // DRUL_ARRAY_HH +#endif /* DRUL_ARRAY_HH */ -- 2.39.5