Bug #1528

Updated by Mayer Michael over 8 years ago

It seems we forgot to put add the python interface for the above functions into the file GCTAResponseIrf.i
The following two lines should be added:
<pre>
const double& lo_save_thres(void) const;
const double& hi_save_thres(void) const;
</pre>

In general, I think we should check this for all available (public) functions before 1.0 release, right?

Back