From a1cd1fd3bf155431f135c079c7213af210e65657 Mon Sep 17 00:00:00 2001 From: gustavoromero Date: Fri, 10 Nov 2000 09:55:10 +0000 Subject: [PATCH] fix warning: no newline at end of file --- eo/src/eoCounter.h | 2 +- eo/src/eoFunctorStore.h | 2 +- eo/src/es/eoEsChromInit.h | 2 +- eo/src/es/eoEsFull.h | 2 +- eo/src/es/eoEsMutationInit.h | 2 +- eo/src/es/eoEsObjectiveBounds.h | 2 +- eo/src/es/eoEsStdev.h | 2 +- eo/src/utils/checkpointing | 3 +-- eo/src/utils/eoMonitor.h | 2 +- eo/test/t-eobin.cpp | 2 +- 10 files changed, 10 insertions(+), 11 deletions(-) diff --git a/eo/src/eoCounter.h b/eo/src/eoCounter.h index e9b161c39..af55f20f7 100644 --- a/eo/src/eoCounter.h +++ b/eo/src/eoCounter.h @@ -216,4 +216,4 @@ eoBinaryFunctorCounter& make_counter(eoFunctorBase::binary_functi return *result; } -#endif \ No newline at end of file +#endif diff --git a/eo/src/eoFunctorStore.h b/eo/src/eoFunctorStore.h index 5f591e99f..21980906f 100644 --- a/eo/src/eoFunctorStore.h +++ b/eo/src/eoFunctorStore.h @@ -57,4 +57,4 @@ class eoFunctorStore std::vector vec; }; -#endif \ No newline at end of file +#endif diff --git a/eo/src/es/eoEsChromInit.h b/eo/src/es/eoEsChromInit.h index d5f058a0e..41fa33ba4 100644 --- a/eo/src/es/eoEsChromInit.h +++ b/eo/src/es/eoEsChromInit.h @@ -131,4 +131,4 @@ private : eoEsObjectiveBounds& bounds; }; -#endif \ No newline at end of file +#endif diff --git a/eo/src/es/eoEsFull.h b/eo/src/es/eoEsFull.h index 09c905593..3036cc8b7 100644 --- a/eo/src/es/eoEsFull.h +++ b/eo/src/es/eoEsFull.h @@ -82,4 +82,4 @@ class eoEsFull : public eoFixedLength -#endif \ No newline at end of file +#endif diff --git a/eo/src/es/eoEsMutationInit.h b/eo/src/es/eoEsMutationInit.h index b2f60b3d0..58f683e58 100644 --- a/eo/src/es/eoEsMutationInit.h +++ b/eo/src/es/eoEsMutationInit.h @@ -102,4 +102,4 @@ class eoEsMutationInit eoValueParam* TauBetaParam; }; -#endif \ No newline at end of file +#endif diff --git a/eo/src/es/eoEsObjectiveBounds.h b/eo/src/es/eoEsObjectiveBounds.h index 7f152ea48..f6e2fdda0 100644 --- a/eo/src/es/eoEsObjectiveBounds.h +++ b/eo/src/es/eoEsObjectiveBounds.h @@ -78,4 +78,4 @@ class eoEsObjectiveBounds std::vector repMaximum; }; -#endif \ No newline at end of file +#endif diff --git a/eo/src/es/eoEsStdev.h b/eo/src/es/eoEsStdev.h index a565af818..f46b939e3 100644 --- a/eo/src/es/eoEsStdev.h +++ b/eo/src/es/eoEsStdev.h @@ -71,4 +71,4 @@ class eoEsStdev : public eoFixedLength vector stdevs; }; -#endif \ No newline at end of file +#endif diff --git a/eo/src/utils/checkpointing b/eo/src/utils/checkpointing index 39178ec34..465c29fbf 100644 --- a/eo/src/utils/checkpointing +++ b/eo/src/utils/checkpointing @@ -1,4 +1,3 @@ - #include #include #include @@ -6,4 +5,4 @@ #include #include #include -#include \ No newline at end of file +#include diff --git a/eo/src/utils/eoMonitor.h b/eo/src/utils/eoMonitor.h index 1b3f7aca6..68235da32 100644 --- a/eo/src/utils/eoMonitor.h +++ b/eo/src/utils/eoMonitor.h @@ -53,4 +53,4 @@ protected : std::vector vec; }; -#endif \ No newline at end of file +#endif diff --git a/eo/test/t-eobin.cpp b/eo/test/t-eobin.cpp index 3baf56b8f..b4341dd67 100644 --- a/eo/test/t-eobin.cpp +++ b/eo/test/t-eobin.cpp @@ -206,4 +206,4 @@ int main() } return 1; -} \ No newline at end of file +}