From 6f9845a7d02d24d3cf786052c19ece0d869f61e4 Mon Sep 17 00:00:00 2001
From: Mitch Watrous
Date: Fri, 28 Sep 2012 14:33:15 -0700
Subject: [PATCH] Update changes file again
---
CHANGES.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.html b/CHANGES.html
index 2bc141079..0bc47ea74 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -53,7 +53,7 @@ us a note on ns-developers mailing list.
Changes to existing API:
-- In the MobilityHelper class, the functions EnableAscii () and EnableAsciiAll () were changed to use output stream wrappers rather than standard C++ ostreams. The purpose of this change was make to make them behave analogously to other helpers in ns-3 that generate ascii traces. Now, the file stream that is open in MobilityHelper is closed nicely upon asserts and program exits.
+- In the MobilityHelper class, the functions EnableAscii () and EnableAsciiAll () were changed to use output stream wrappers rather than standard C++ ostreams. The purpose of this change was to make them behave analogously to other helpers in ns-3 that generate ascii traces. Now, the file stream that is open in MobilityHelper is closed nicely upon asserts and program exits.
Changes to build system: