pace-neutrons / Horace

Horace is a suite of programs for the visualization and analysis of large datasets from time-of-flight neutron inelastic scattering spectrometers.
https://pace-neutrons.github.io/Horace/stable/
GNU General Public License v3.0
8 stars 5 forks source link

Compartibility between Horace3 mex and Horace4 mex #1587

Closed abuts closed 7 months ago

abuts commented 7 months ago

In the past it was possible to compile mex code in Horace3 and use it in Horace 4 and vise versa. This was very convenient for maintaining two Horace versions on IDAAaS.

Recent changes in Horace4 (in calc_projections_c) broke this compartibility. Until two versions of Horace coexist on IDAAaS and used simultaniously, it would be nice to have this compartibility restored by backporting Horace4 code changes to Horace3

abuts commented 7 months ago

fixed through PR #1590