Skip to content
Snippets Groups Projects
Commit 27874f3b authored by Jacques Gouno's avatar Jacques Gouno
Browse files

TANGODEVIC-1636:

parent 1f98d3c5
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@
//=============================================================================
#ifndef __TYPES_AND_CONSTS_H__
#define __TYPES_AND_CONSTS_H__
#include <math.h>
namespace CryoCooler_ns
{
......@@ -15,6 +17,8 @@ namespace CryoCooler_ns
// ============================================================================
// some defines enums and constants
// ============================================================================
static const float __NAN__ = ::sqrt(float(-1.));
//- constantes descriptions
//- DB_START constantes
static unsigned int DB_START_INPUT_OFFSET = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment