src/Utils.h

Sat, 26 Feb 2022 16:34:20 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 26 Feb 2022 16:34:20 +0100
changeset 29
76846c99f827
parent 20
fcbbddcc22c1
child 42
88e827ea7172
permissions
-rw-r--r--

Added inventory water editor and table. In Yeasts table make sure the fields without a tickmark are empty. Removed Utils::Round function, not reliable.

#ifndef _UTILS_H
#define	_UTILS_H


/**
 * @namespace Utils
 *
 * @brief Global math functions.
 */
namespace Utils {

    double lintner_to_kolbach(double lintner);

    double kolbach_to_lintner(double kolbach);
}

#endif

mercurial