Changes between Version 33 and Version 34 of WritingAnAstroBearModule


Ignore:
Timestamp:
07/10/13 13:04:20 (12 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WritingAnAstroBearModule

    v33 v34  
    181181
    182182To clear the cell at {{{(i,j,k)}}}, simply set {{{Info%ErrorFlags(i,j,k)}}} to 0.  An error flag of 0 means that the cell does not ''need'' to be refined (although it might happen anyway).  To mark a cell for refinement, set {{{Info%ErrorFlags(i,j,k)}}} to 1.  This cell will be refined the next time [NewSubGrids NewSubGrids()] is called.
     183