-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path$infn.html
47 lines (33 loc) · 2.43 KB
/
$infn.html
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
37
38
39
40
41
42
43
44
45
46
47
<HTML><HEAD> <TITLE> $infn.ctl</TITLE><HEAD>
<BODY BGCOLOR="#FFFFFF">
<PRE>
+--------------------------------------------------------------------+
| |
| $INFN |
| |
+--------------------------------------------------------------------+
MEANING: Marks the beginning of abbreviated code for the INFN routine
CONTEXT: NM-TRAN Control Record
USAGE:
$INFN
abbreviated code
SAMPLE:
$INFN
IF (ICALL.EQ.1) CALL SUPP (1,1)
DISCUSSION:
The $INFN record is used to describe initialization processing for a
NONMEM run, or NONMEM problem, or finalization processing for a NONMEM
problem. It is used with PREDPP.
General rules for abbreviated code are documented elsewhere
(See <A HREF="a.html#abbreviated_code">abbreviated code</A>). Specific rules for $INFN blocks are described
elsewhere.
(See <A HREF="i.html#initialization-finalization_block">Initialization-Finalization block</A>, <A HREF="f.html#finalization_example_($pred_and_$infn)">Finalization example</A>).
RECORD ORDER:
Follows $SUBROUTINES.
REFERENCES: None.
<pre>Go to <A HREF=index.html>main index</A>.</pre>
<pre>
<hr ALIGN=LEFT WIDTH="450"></pre>
<i><font size=-1>Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007,10/2012)</font>
</i><br>
</BODY></HTML>