Changeset 17672 for branches/eam_branch_20080511/ppSim/src/ppSimMakeBias.c
- Timestamp:
- May 13, 2008, 4:56:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimMakeBias.c
r17557 r17672 8 8 9 9 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe 10 11 bool bias = psMetadataLookupBool(&status, recipe, "BIAS"); // Generate a Bias? 12 if (!bias) return true; 10 13 11 14 float biasLevel = psMetadataLookupF32(NULL, recipe, "BIAS.LEVEL"); // Bias level
Note:
See TracChangeset
for help on using the changeset viewer.
