libdspl-2.0/verification/src/dspl_verif.h

10 wiersze
189 B
C

#ifndef DSPL_VERIF_H
#define DSPL_VERIF_H
#define VERIF_STR_LEN 48
#define VERIF_CHAR_POINT 46
#define VERIF_LEVEL_COMPLEX 1E-11
#define VERIF_LEVEL_DOUBLE 1E-12
#endif