Fixed a typo in HAVE_FENV_H implementation
This commit is contained in:
parent
08fe85b4cd
commit
9e05e85b66
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include "cantera/base/global.h"
|
||||
#include "cantera/base/stringUtils.h"
|
||||
|
||||
#ifdef HAVE_FENVH
|
||||
#ifdef HAVE_FENV_H
|
||||
#include <fenv.h>
|
||||
#endif
|
||||
#include <sstream>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue