]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/c/rclaus.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / c / rclaus.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:02:03  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10 #if defined(CERNLIB_DOUBLE)
11       FUNCTION RCLAUS(X)
12       DOUBLE PRECISION DCLAUS,D
13  
14       SROUND(D)=D+(D-SNGL(D))
15       RCLAUS=SROUND(DCLAUS(DBLE(X)))
16       RETURN
17       END
18 #endif