src/Utils.h

Tue, 01 Mar 2022 12:17:46 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 01 Mar 2022 12:17:46 +0100
changeset 36
beb23d5e0ee0
parent 29
76846c99f827
child 42
88e827ea7172
permissions
-rw-r--r--

Finisch yeasts dutch translation.

#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