Changeset 1695

Show
Ignore:
Timestamp:
12/18/07 14:17:52 (7 months ago)
Author:
rjrw
Message:

Fix fast ASSERT failure in flow10_med_n3bigA_newmole.in, see ticket #33

This may allow the solution to get closer to verifying if the reported
bug is still current.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/newmole/source/pressure_change.cpp

    r1610 r1695  
    1212#include "abund.h" 
    1313#include "hmi.h" 
     14#include "h2.h" 
    1415#include "trace.h" 
    1516#include "wind.h" 
     
    301302                /* molecules done in hmole, only change pressure, not abundances */ 
    302303                hmi.H2_total *= (realnum)pressure_change_factor; 
    303  
     304                h2.ortho_density *= (realnum)pressure_change_factor; 
     305                h2.para_density *= (realnum)pressure_change_factor; 
    304306                /* molecules done in comole */ 
    305307                /* >>chng 03 sep 15, upper limit had not included the C, O atoms/ions */