source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/optics/include/Mutils.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: 547 bytes
Line 
1/* -------------------------------------------------------------------------
2 *   utils.h
3 *
4 *   --- header file for utils.c
5 *
6 * Copyright (c) 2000-2003 N.Sakaki, Y.Takizawa, Y.Kawasaki
7 * All rights reserved.
8 * $Id: utils.h,v 1.2 2004/11/18 01:00:32 sakaki Exp sakaki $
9 * -------------------------------------------------------------------------
10 */
11#ifndef _UTILS_H
12#define _UTILS_H
13
14int Mrt_bsearch(double a[], double x, int left, int right);
15int MSolveQuadratic(double aa[3], double x[2]);
16double Mvdot(double a[3], double b[3]);
17
18#endif
Note: See TracBrowser for help on using the repository browser.