~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to include/gewoopi/math/constants.hpp

  • Committer: Thomas Geymayer
  • Date: 2009-12-31 15:38:07 UTC
  • Revision ID: tomgey@gmail.com-20091231153807-9833458pgys6ia7j
Cleaned up and improved documentation:
 - Different doxyfiles for developers and users
 - Renamed remaining .h to .hpp
 - Relative paths in doxyfiles instead of absolute

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *      Author: tom
6
6
 */
7
7
 
8
 
#ifndef GEWOOPI_MATH_CONSTANTS_H_
9
 
#define GEWOOPI_MATH_CONSTANTS_H_
 
8
#ifndef GEWOOPI_MATH_CONSTANTS_HPP_
 
9
#define GEWOOPI_MATH_CONSTANTS_HPP_
10
10
 
11
11
namespace gewoopi
12
12
{
24
24
} // namespace math
25
25
} // namespace gewoopi
26
26
 
27
 
#endif /* GEWOOPI_MATH_CONSTANTS_H_ */
 
27
#endif /* GEWOOPI_MATH_CONSTANTS_HPP_ */