aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Collapse)Author
2019-06-06update find_file() to use the environment variable DQXX_DIRtlatorre
2019-03-16add GPLv3 licensetlatorre
2019-03-07update code to allow you to run the fit outside of the src directorytlatorre
To enable the fitter to run outside of the src directory, I created a new function open_file() which works exactly like fopen() except that it searches for the file in both the current working directory and the path specified by an environment variable.