mirror of
https://github.com/boostorg/math.git
synced 2026-02-17 13:52:15 +00:00
Fix name of #include file.
[SVN r72813]
This commit is contained in:
@@ -35,7 +35,7 @@ and checks that can input C99 infinity and NaN too.
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <boost/math/special_functions/sign.hpp>
|
||||
#include <boost/math/special_functions/fpclassify.hpp>
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <sstream>
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user