#!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('invsoft');
&COMPILE('invpts');
&COMPILE('modmod');
&COMPILE('modle2d');
#
1; #