home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / UIFlow 1.0.1 / UIFlow Source / CFDFront / readme < prev    next >
Encoding:
Text File  |  1993-04-14  |  535 b   |  22 lines  |  [TEXT/MPS ]

  1. UIFlow was created using MPW 3.2 & MacApp 2.0.  The code is written in C++ & Fortran.
  2. The fortran compiler used for this project was Language Systems 3.0.
  3. The version of MPW C++ used was 3.2d17.
  4.  
  5. It requires the following libraries:
  6.     VSet 2.0
  7.     HDF3.1 release 4
  8.     and a Solver written by Kevin Cope UIFlowvs.f
  9.     
  10. To Compile:
  11.     cd 'Garfield:Projects:Kevin:'
  12.     fortran uiflowvs.f -MC68881 -opt=1 -bkg=0
  13.     cd 'Garfield:Projects:CFDFront:'
  14.     MABuild UIFlow -Link -f
  15.  
  16. The Directory structure is:
  17. Projects
  18.   CDDFront
  19.   Kevin
  20.   HDF3.1r4
  21.   VSet2.0
  22.