Revision: 3410
Author:
yar...@gmail.com
Date: Thu Feb 26 21:54:11 2015 UTC
Log: Remove unnecessary use of 'extern'
https://code.google.com/p/cantera/source/detail?r=3410
Modified:
/cantera/trunk/include/cantera/base/ctexceptions.h
=======================================
--- /cantera/trunk/include/cantera/base/ctexceptions.h Thu Feb 26 21:52:52
2015 UTC
+++ /cantera/trunk/include/cantera/base/ctexceptions.h Thu Feb 26 21:54:11
2015 UTC
@@ -226,10 +226,10 @@
* @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