From 83cbc1f4504369335331ae4b7d1321b2c8eae582 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 18 Jul 2007 17:45:35 +0200 Subject: [PATCH] be consistant with the rest of the code --- src/node/random-walk-2d-mobility-model.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/random-walk-2d-mobility-model.cc b/src/node/random-walk-2d-mobility-model.cc index d2267286e..b5181c3cb 100644 --- a/src/node/random-walk-2d-mobility-model.cc +++ b/src/node/random-walk-2d-mobility-model.cc @@ -49,7 +49,7 @@ g_modeDistance ("RandomWalk2dDistance", 2.0); static TimeDefaultValue -g_modeTime ("RandomWalk2dDelay", +g_modeTime ("RandomWalk2dTime", "Change current direction and speed after moving for this delay.", Seconds (1.0));