blob: fd64b7ce4395c7e627993f120601a961d6e61b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// 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"
|