Show
Ignore:
Timestamp:
05/10/08 09:03:02 (2 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c08_branch/source/helike_cs.cpp

    r1853 r2034  
    1010#include "conv.h" 
    1111#include "dense.h" 
    12 #include "heavy.h" 
    1312#include "helike.h" 
    1413#include "helike_cs.h" 
    1514#include "hydro_vs_rates.h" 
    16 #include "ionbal.h" 
    1715#include "iso.h" 
    1816#include "opacity.h" 
     
    11541152        global_s = s; 
    11551153        global_temp = temp; 
    1156         global_collider_charge = 1.; 
    11571154        global_Collider = Collider; 
     1155        global_collider_charge = ColliderCharge[Collider]; 
     1156        ASSERT( global_collider_charge > 0. ); 
    11581157 
    11591158        /* no need to do this for h-like */