File README in /opt/tops/tops/apps

This directory contains stand-alone applications that use tops as a
compute and data manipulation engine.

Current subdirectories:

  fea - finite element analysis program
  mkt - analysis of trading markets

If one of these subdirectories, such as mkt/, does not currently exist,
here is an example of adding mkt/ to this CVS project from the README 
file that will be in apps/mkt/ (but unfortunately is not presently
visible):

File README in /opt/tops/tops/apps/mkt
November 2010

Commands to add this directory to an existing CVS project in
/opt/tops, where cvs_savannah is the alias for the CVS tops
project on your system, such as

   alias cvs_savannah='cvs -z3 \
      -d:ext:USR@cvs.sv.nongnu.org:/sources/tops'

   Adding directory /opt/tops/tops/apps/mkt:
      % cd /opt/tops/tops/apps
      % mkdir mkt
      % cvs_savannah add mkt

   Adding directory /opt/tops/tops/apps/mkt/usr:
      % cd /opt/tops/tops/apps/mkt
      % mkdir usr
      % cvs_savannah add usr


