From 0393f656292a92bec8eb9cefe0254d782d6e6e6b Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 21 Jun 2012 17:44:20 +0000 Subject: [PATCH] Small formatting --- gtsam/linear/Sampler.cpp | 1 - gtsam/linear/Sampler.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gtsam/linear/Sampler.cpp b/gtsam/linear/Sampler.cpp index f69cfdae6..ea2c04106 100644 --- a/gtsam/linear/Sampler.cpp +++ b/gtsam/linear/Sampler.cpp @@ -18,7 +18,6 @@ #include #include - namespace gtsam { /* ************************************************************************* */ diff --git a/gtsam/linear/Sampler.h b/gtsam/linear/Sampler.h index 1150f5d55..71abdfc07 100644 --- a/gtsam/linear/Sampler.h +++ b/gtsam/linear/Sampler.h @@ -10,8 +10,8 @@ * -------------------------------------------------------------------------- */ /** - * @file Sampler.h * @brief sampling that can be parameterized using a NoiseModel to generate samples from + * @file Sampler.h * the given distribution * @author Alex Cunningham */ @@ -88,4 +88,4 @@ protected: }; -} +} // \namespace gtsam