From 061b758c2948a94cf32f172119bcb5023d283750 Mon Sep 17 00:00:00 2001
From: Binh-Minh Ribler <bmribler@hdfgroup.org>
Date: Mon, 24 Oct 2016 09:56:01 -0500
Subject: [PATCH] Description:     User's sample code used "not" instead of "!"
 and Windows does     not like that.  Fixed. Platforms tested:     Linux/32
 2.6 (jam)     Darwin (osx1010test)

---
 hl/c++/test/ptableTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp
index 68b040e21d..67efda54bc 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -634,7 +634,7 @@ int TestHDFFV_9758()
 
     // Create a packet table
     FL_PacketTable ptable(fileID, "/examplePacketTable", compound_type, 1);
-    if (not ptable.IsValid())
+    if (!ptable.IsValid())
 	goto error;
 
     // Add packets to the table