Changes in QMBCFN 1.41: ---------------------- Fixed a bug in the parsing of model functions and derivatives - the string "cosh" was incorrectly evaluated using sinh instead of cosh. Details: in line 161 of parcer.cpp, replaced "sinh(prim(true))" by "cosh(prim(true))"