___________________________________________________________________
| |
| PROCM5 |
|_________________________________________________________________|
MEANING: PREDPP read-only common
CONTEXT: PK, ERROR, TRANS routines
USAGE:
COMMON /PROCM5/ NACTIV,M(0:LVR)
INTEGER NACTIV,M
The value of LVR must be the same as that found in file SIZES
(See sizes).
DISCUSSION:
NACTIV
NACTIV = # of etas in the problem - NRETA.
(See rocm15.)
NACTIV tells how many of the etas in the problem have partial
derivatives that NONMEM is not currently ignoring.
M M(k) is the index of the kth 0-valued element of LVOUT (for
k=1,...,NACTIV).
Suppose a user-written TRANS routine modifies the kth. element of GG.
Here is code that might be used to modify only those of its first eta
derivatives that are of current interest to NONMEM:
DO 100 I=1,NACTIV
100 GG(K,M(I)+1,1)=GG(K,M(I)+1,1) + ...
REFERENCES: None.
Go to main index.
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007)