diff options
Diffstat (limited to 'src/chromaticity.cc')
| -rw-r--r-- | src/chromaticity.cc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/chromaticity.cc b/src/chromaticity.cc index 9d67d72f..ca96c011 100644 --- a/src/chromaticity.cc +++ b/src/chromaticity.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -31,10 +31,18 @@ files in the program, then also delete it here. */ + +/** file src/chromaticity.cc + * brief Chromaticity class + */ + + #include "chromaticity.h" + using namespace dcp; + Chromaticity Chromaticity::D65 () { |
