Changeset 893 in Sophya for trunk/SophyaLib/SkyT/derivblackbody.cc
- Timestamp:
- Apr 12, 2000, 12:24:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/derivblackbody.cc
r879 r893 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: derivblackbody.cc,v 1. 1 2000-04-11 13:26:05ansari Exp $3 // $Id: derivblackbody.cc,v 1.2 2000-04-12 10:24:52 ansari Exp $ 4 4 // 5 5 // Description: … … 56 56 *exp(puiss2) 57 57 /(pow(cel,2)*pow(( (exp(puiss2)-1)),2)); 58 result = 1500e3*result/400e6;58 // result = 1500e3*result/400e6; 59 59 return result; 60 60 }
Note:
See TracChangeset
for help on using the changeset viewer.