Changeset 1942 for branches/newmole/source/helike_einsta.cpp
- Timestamp:
- 04/12/08 09:30:35 (9 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/helike_einsta.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/helike_einsta.cpp
r1918 r1942 353 353 /* This is an extrapolation to the data given above. The fit reproduces 354 354 * the above values to 10% or better. */ 355 A= 7.22E-9*pow( nelem, 9.33);355 A= 7.22E-9*pow((double)nelem, 9.33); 356 356 iso_put_error(ipHE_LIKE,nelem,ipHi,ipLo,IPRAD,0.3f); 357 357 }
