1 /*  -- translated by f2c (version 20100827).
2    You must link the resulting object file with libf2c:
3 	on Microsoft Windows system, link with libf2c.lib;
4 	on Linux or Unix systems, link with .../path/to/libf2c.a -lm
5 	or, if you install libf2c.a in a standard place, with -lf2c -lm
6 	-- in that order, at the end of the command line, as in
7 		cc *.o -lf2c -lm
8 	Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
9 
10 		http://www.netlib.org/f2c/libf2c.zip
11 */
12 
13 #include "libtinyf2c.h"
14 
15 /* ----------------------------------------------------------------------- */
16 /*     CONTROL ROUTINES */
17 /* ----------------------------------------------------------------------- */
18 /*     INITIALIZATION */
19 /* ----------------------------------------------------------------------- */
20 /*     Copyright (C) 2000-2004 GFD Dennou Club. All rights reserved. */
21 /* ----------------------------------------------------------------------- */
uminit_(void)22 /* Subroutine */ int uminit_(void)
23 {
24     static real rundef;
25     extern /* Subroutine */ int glrget_(char *, real *, ftnlen), umscwd_(real
26 	    *, real *, real *), umscnt_(real *, real *, real *), umrset_(char
27 	    *, real *, ftnlen), umrpnt_(void);
28 
29     glrget_("RUNDEF", &rundef, (ftnlen)6);
30     umscnt_(&rundef, &rundef, &rundef);
31     umscwd_(&rundef, &rundef, &rundef);
32     umrset_("DGRIDMJ", &rundef, (ftnlen)7);
33     umrset_("DGRIDMN", &rundef, (ftnlen)7);
34     umrpnt_();
35     return 0;
36 } /* uminit_ */
37 
38