]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/mathlib/gen/d/rgset.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / mathlib / gen / d / rgset.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/04/01 15:02:15  mclareni
6 * Mathlib gen
7 *
8 *
9 #include "gen/pilot.h"
10       SUBROUTINE RGSET(A,B,N,X,W)
11       EXTERNAL RGQUAD
12       DIMENSION X(*),W(*)
13
14       CALL D107R1(2,RGQUAD,A,B,N,X,W)
15       RETURN
16       END