[apps/graph/graph] create a class for the model axis interval

Change-Id: I7da8441c282ba44e67855ea494c79ebb8c762a2f
This commit is contained in:
Émilie Feral
2016-11-17 15:27:24 +01:00
parent 42fe0435c2
commit ce09b44942
5 changed files with 139 additions and 1 deletions

6
liba/include/float.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef LIBA_FLOAT_H
#define LIBA_FLOAT_H
#define FLT_MAX 1E+37
#endif