analix - nicolob/pep-full GitHub Wiki
Type: subroutine
Defined in: analix.f
Definition: subroutine ANALIX
Author: macneil
Created: June 1976
p. macneil june 1976 subroutine analix
main program for controlling solution runs with multiple
parameter sets (maximum liklihood estimator)
logic for translating input names moved to new routine prmtrn
j.f.chandler - 1979 november
information flow:
in nrmfrm (regular pass):
iptr --> iptrx (common);
then in analix:
iptrx (common) --> jti (local);
then in analix:
jti + (input) jptr --> iptrx (common);
then in nrmfrm (for multipasses):
(common) iptrx --> iptr (used in
calling seq. to nrmadd).
local variables
globdefs.inc
aprtbf.inc
ciptrx.inc
inodta.inc
fcntrl.inc
mcnfrm.inc
nrmmat.inc
rtside.inc
- Not available.
- ...
- ...