From 40b821811176d69f15942fc1a35bbd00cf6940a1 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Mon, 22 Oct 2012 14:25:10 -0400 Subject: 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. --- Carpet/CarpetLib/src/gh.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'Carpet/CarpetLib/src/gh.cc') diff --git a/Carpet/CarpetLib/src/gh.cc b/Carpet/CarpetLib/src/gh.cc index 6bb0adb1d..e78786107 100644 --- a/Carpet/CarpetLib/src/gh.cc +++ b/Carpet/CarpetLib/src/gh.cc @@ -17,8 +17,6 @@ using namespace std; -using namespace CarpetLib; - list gh::allgh; -- cgit v1.2.3