blob: d41e5f8b1447e5646dd19959db0ff60004985ea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Copyright 2006 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
#include <stdio.h>
#include <math.h>
#include "ProjectionCylindrical.H"
#include "ProjectionCylindrical_funcs.cxx"
|