-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmncler.F
36 lines (36 loc) · 811 Bytes
/
mncler.F
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*
* $Id: mncler.F,v 1.1.1.1 2000/06/08 11:19:19 andras Exp $
*
* $Log: mncler.F,v $
* Revision 1.1.1.1 2000/06/08 11:19:19 andras
* import of MINUIT from CERNlib 2000
*
* Revision 1.1.1.1 1996/03/07 14:31:28 mclareni
* Minuit
*
*
#include "minuit/pilot.h"
SUBROUTINE MNCLER
#include "minuit/d506dp.inc"
CC Called from MINUIT and by option from MNEXCM
CC Resets the parameter list to UNDEFINED
#include "minuit/d506cm.inc"
NPFIX = 0
NU = 0
NPAR = 0
NFCN = 0
NWRMES(1) = 0
NWRMES(2) = 0
DO 10 I= 1, MAXEXT
U(I) = 0.0
CPNAM(I) = CUNDEF
NVARL(I) = -1
10 NIOFEX(I) = 0
CALL MNRSET(1)
CFROM = 'CLEAR '
NFCNFR = NFCN
CSTATU ='UNDEFINED '
LNOLIM = .TRUE.
LPHEAD = .TRUE.
RETURN
END