summaryrefslogtreecommitdiff
path: root/src/gamma_transfer_function.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-06 08:28:18 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-10 13:09:45 +0000
commit93f29880839dc5589bb35f63260a7152ead7655f (patch)
tree865dd65298dd11d949efed2ac3f58f3564c7cc8f /src/gamma_transfer_function.h
parentd7965cce4c5f95da7971bce6f800739a4cd2f17d (diff)
Introduce dc::Package, changing lots of namespaces in the process.
Diffstat (limited to 'src/gamma_transfer_function.h')
-rw-r--r--src/gamma_transfer_function.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gamma_transfer_function.h b/src/gamma_transfer_function.h
index ce588e05..24d65df0 100644
--- a/src/gamma_transfer_function.h
+++ b/src/gamma_transfer_function.h
@@ -24,7 +24,6 @@
#include "transfer_function.h"
namespace dcp {
-namespace dc {
/** A description of a gamma function of the f(x) = x^g where
* g is the gamma.
@@ -48,4 +47,3 @@ private:
};
}
-}