Closed davidagross closed 6 years ago
Just found this in the text while browsing the source for intercept calculation methods.
https://github.com/NREL/SolarPILOT/blob/develop/app/scripting.cpp#L709
p.hash_item( "cosine", H->getEfficiencyIntercept() ); p.hash_item( "intercept", H->getEfficiencyIntercept() );
Thanks @davidagross, good catch. I'll correct this in the next patch release. The revised code is included in a commit here.
Just found this in the text while browsing the source for intercept calculation methods.
https://github.com/NREL/SolarPILOT/blob/develop/app/scripting.cpp#L709