source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/optics/include/Mspline.hh @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 505 bytes
Line 
1/* -------------------------------------------------------------------------
2 *   spline.h
3 *
4 *   --- header file for spline.c
5 *
6 * $Id: spline.h,v 1.1 2003/03/27 07:38:51 sakaki Exp sakaki $
7 * -------------------------------------------------------------------------
8 */
9#ifndef _MSPLINE_H
10#define _MSPLINE_H
11#include "Rtypes.h"
12
13Int_t Mcsp_maketable(Double_t x[], Double_t y[], Double_t z[], size_t size);
14Double_t Mcspline(Double_t t, Double_t x[], Double_t y[], Double_t z[], size_t size);
15
16#endif
Note: See TracBrowser for help on using the repository browser.