evanoconnor / NuLib

open-source neutrino interaction library
23 stars 16 forks source link

kirchoff's law flag #5

Closed srichers closed 10 years ago

srichers commented 10 years ago

Hey Evan,

I just added a flag to be able to turn off applying Kirchoff's law to the pair-creation emissivities (since it's technically incorrect, as you mention). The default flag is set to keep the default behavior unchanged.

evanoconnor commented 10 years ago

Hey Sherwood,

Thanks for doing this.

The do_integrated_BB_and_emissivity is needed, especially since the current master branch does not define this by default (in the nulib module). Even if the default was false, it is go to have it in the program to let people know what is happening.

I can't see how to only accept one of the commits, can you remove the 33bf802 commit from the request?

srichers commented 10 years ago

Oops...I grepped for the parameter in the current directory but not the src directory. Stupid me.