#!perl #
#
# Perl script to compile package MODEL by means of perl script f.pl.
#
require 'f.pl';
#
&COMPILE('modchk');
&COMPILE('modsrf');
&COMPILE('bndlin');
&COMPILE('grid');
&COMPILE('sec');
&COMPILE('intf');
&COMPILE('inv1soft');
&COMPILE('inv3');
&COMPILE('inv4');
#
1; #