source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/Mspline.hh @ 114

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

actual version of ESAF at CCin2p3

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.