Changeset 2034 for branches/c08_branch/source/helike_cs.cpp
- Timestamp:
- 05/10/08 09:03:02 (2 months ago)
- Files:
-
- branches/c08_branch/source/helike_cs.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/c08_branch/source/helike_cs.cpp
r1853 r2034 10 10 #include "conv.h" 11 11 #include "dense.h" 12 #include "heavy.h"13 12 #include "helike.h" 14 13 #include "helike_cs.h" 15 14 #include "hydro_vs_rates.h" 16 #include "ionbal.h"17 15 #include "iso.h" 18 16 #include "opacity.h" … … 1154 1152 global_s = s; 1155 1153 global_temp = temp; 1156 global_collider_charge = 1.;1157 1154 global_Collider = Collider; 1155 global_collider_charge = ColliderCharge[Collider]; 1156 ASSERT( global_collider_charge > 0. ); 1158 1157 1159 1158 /* no need to do this for h-like */
