Changeset 2418 for branches/newmole

Show
Ignore:
Timestamp:
10/23/08 15:36:29 (3 months ago)
Author:
rjrw
Message:

Switch lgConserve to false for consistency with rlimit treatment in
newton_solve.cpp -- still have conservation problems to fix in
limit_lte_he1_ste.in, but these look to have controlled size.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/mole_solve.cpp

    r2123 r2418  
    336336                // Without pseudo-timestepping, need to apply conservation 
    337337                // constraint to maintain non-singular matrix 
    338                 lgConserve = true;  
     338                lgConserve = false;  
    339339        }                
    340340