blob: a6ec6d1b3cafeab11eb2bbb3df213953c76669fb (
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 "ProjectionRectilinear.H"
#include "ProjectionRectilinear_funcs.cxx"
|