From 5592a52e0fbc0051f0655172021df12bfb76af07 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 26 Feb 2015 21:54:11 +0000 Subject: [PATCH] Remove unnecessary use of 'extern' --- include/cantera/base/ctexceptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cantera/base/ctexceptions.h b/include/cantera/base/ctexceptions.h index 8099c545a..479e52812 100644 --- a/include/cantera/base/ctexceptions.h +++ b/include/cantera/base/ctexceptions.h @@ -226,10 +226,10 @@ public: * @return Returns true if there has been such a condition and it has not been cleared. returns false * if there hasn't been an overflow, underflow or invalid condition. */ -extern bool check_FENV_OverUnder_Flow(); +bool check_FENV_OverUnder_Flow(); //! Clear all the flags for floating-point exceptions -extern void clear_FENV(); +void clear_FENV(); //! Provides a line number