aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Hosts.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-10-22 14:25:10 -0400
committerErik Schnetter <schnetter@gmail.com>2012-10-22 14:25:10 -0400
commit40b821811176d69f15942fc1a35bbd00cf6940a1 (patch)
treef8e30ae80a318f19d7b50ba9ff5fce724f1feaea /Carpet/Carpet/src/Hosts.cc
parent2d5752398c5844a24f3146792b2e93510552c19e (diff)
Remove Carpet's mechanisms to deal with how to call isnan
Remove Carpet's mechanisms to deal with how to call isnan. Instead, expect isnan in std::, and rely on Cactus to correct things if this is not the case.
Diffstat (limited to 'Carpet/Carpet/src/Hosts.cc')
-rw-r--r--Carpet/Carpet/src/Hosts.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/Hosts.cc b/Carpet/Carpet/src/Hosts.cc
index b8243cab0..c10973c0e 100644
--- a/Carpet/Carpet/src/Hosts.cc
+++ b/Carpet/Carpet/src/Hosts.cc
@@ -23,6 +23,7 @@ namespace Carpet
{
using namespace std;
+ using namespace CarpetLib;