home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / adaptor / examples / fractal / readme < prev   
Encoding:
Text File  |  1993-03-23  |  262 b   |  16 lines

  1. Calculating Fractals (very nice program with X-Window Display)
  2.  
  3. mandel.f:
  4.  
  5.     full realization in Fortran 90
  6.  
  7. mandel1.f:
  8.  
  9.         realization with forall (is much faster)
  10.  
  11. dmandel1.f:
  12.  
  13.     realization with forall, double precision
  14.  
  15. Hints: Problems with to big arrays
  16.