blob: 33cb3a75b572d4e67ffd865d57ff8c8e6ac9528b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Copyright 2006-2009 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"
|