enum FloatTypeΒΆ

Floating point precision to use for models.

#include <modelSpec.h>

enum FloatType
{
    GENN_DOUBLE,
    GENN_LONG_DOUBLE,
};