#!perl #
#
# Perl script to compile package MODEL by means of perl script f.pl.
#
  require 'f.pl';
#
  &COMPILE('coorchg');
  &COMPILE('modchk');
  &COMPILE('modsrf');
  &COMPILE('bndlin');
  &COMPILE('grid');
  &COMPILE('sec');
  &COMPILE('intf');
  &COMPILE('invsoft');
  &COMPILE('invpts');
# &COMPILE('invsurf');
  &COMPILE('modmod');
  &COMPILE('srcsrc');
  &COMPILE('modle2d');
#
1;                                                               #