Changes between Version 2 and Version 3 of UserGuide/FlowChart

Show
Ignore:
Timestamp:
09/10/08 12:42:17 (5 years ago)
Author:
dcollins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/FlowChart

    v2 v3  
    1 = Enzo Flow Chart = 
     1= Enzo Flow Chart, Source Browser = 
    22 
    33[http://lca.ucsd.edu/software/enzo/v1.5/flowchart/  Here's a cartoon of Enzo.] 
     
    88I make no guarantee about the correctness of this flowchart.  The point is to get your head around it before you dig into the source code. 
    99 
     10   
     11[http://lca.ucsd.edu/software/enzo/v1.0.1/source_browser/  Also see the Enzo Source Browser.] 
     12This is a second attempt at the same thing in a more dynamic way.  It allows you to (in principle) see all the routines called from a function, in order, and jump to the source showing the call.  It also allows you to see a reverse call stack of every routine that calls a particular function.  It runs relatively well on the newest Firefox, older browsers have a harder time with the javascript.  This is also somewhat buggy, for a host of reasons. 
    1013 
    1114== Flow Chart Errors ==