forked from ramos/minuit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmnintr.F
More file actions
25 lines (25 loc) · 698 Bytes
/
Copy pathmnintr.F
File metadata and controls
25 lines (25 loc) · 698 Bytes
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
*
* $Id: mnintr.F,v 1.1.1.1 2000/06/08 11:19:20 andras Exp $
*
* $Log: mnintr.F,v $
* Revision 1.1.1.1 2000/06/08 11:19:20 andras
* import of MINUIT from CERNlib 2000
*
* Revision 1.1.1.1 1996/03/07 14:31:30 mclareni
* Minuit
*
*
#include "minuit/pilot.h"
SUBROUTINE MNINTR(FCN,FUTIL)
#include "minuit/d506dp.inc"
CC Called by user. Interfaces to MNREAD to allow user to change
CC easily from Fortran-callable to interactive mode.
CC
#include "minuit/d506cm.inc"
EXTERNAL FCN,FUTIL
IFLGIN = 3
CALL MNREAD(FCN,IFLGIN,IFLGUT,FUTIL)
WRITE (ISYSWR,'(2A/)') ' END OF MINUIT COMMAND INPUT. ',
+ ' RETURN TO USER PROGRAM.'
RETURN
END