aboutsummaryrefslogtreecommitdiffstats
path: root/distributions/component.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-01-08 17:08:54 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2011-01-08 17:08:54 +0000
commitd87fa85e0b064206509f4e544d8156072d901e3e (patch)
tree9129b01975aee19a55549849c71448ca81131643 /distributions/component.hpp
parenta4e7c82789e5eff26b1e6a84c1a123f248e989a2 (diff)
downloadopt-utilities-d87fa85e0b064206509f4e544d8156072d901e3e.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@161 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'distributions/component.hpp')
-rw-r--r--distributions/component.hpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/distributions/component.hpp b/distributions/component.hpp
index ae7981c..d761bf8 100644
--- a/distributions/component.hpp
+++ b/distributions/component.hpp
@@ -1,3 +1,10 @@
+/**
+ \file component.hpp
+ \brief rpresents a distribution composed of more than one components
+ \author Junhua Gu
+ */
+
+
#ifndef COMPONENT_MODEL_H_
#define COMPONENT_MODEL_H_
#define OPT_HEADER
@@ -6,9 +13,7 @@
#include <misc/optvec.hpp>
#include <sstream>
#include <iostream>
-/*
- *Represents a distribution composed of more than one components
- */
+
namespace opt_utilities