[GenABEL-dev] [Genabel-commits] r1267 - pkg/OmicABEL/src

Yurii Aulchenko yurii.aulchenko at gmail.com
Tue Jul 2 11:22:48 CEST 2013


Diego,

I understand this file is the part of filevector. In that may it be
better to have a symlink instead of hard copy? - this is what we do
for say DatA, MixA and GenA.

Y

----------------------
Yurii Aulchenko
(sent from mobile device)

On 2 Jul 2013, at 10:53, "noreply at r-forge.r-project.org"
<noreply at r-forge.r-project.org> wrote:

> Author: dfabregat
> Date: 2013-07-02 10:52:58 +0200 (Tue, 02 Jul 2013)
> New Revision: 1267
>
> Modified:
>   pkg/OmicABEL/src/databel.h
> Log:
> Defining DatABEL datatypes and their associated value
> for *.fvi headers.
>
>
> Modified: pkg/OmicABEL/src/databel.h
> ===================================================================
> --- pkg/OmicABEL/src/databel.h    2013-07-01 12:55:37 UTC (rev 1266)
> +++ pkg/OmicABEL/src/databel.h    2013-07-02 08:52:58 UTC (rev 1267)
> @@ -25,14 +25,14 @@
> #ifndef DATABEL_H
> #define DATABEL_H
>
> -#define UNSIGNED_SHORT_INT_TYPE
> -#define SHORT_INT_TYPE
> -#define UNSIGNED_INT_TYPE
> -#define INT_TYPE
> -#define FLOAT_TYPE
> -#define DOUBLE_TYPE
> -#define SIGNED_CHAR_TYPE
> -#define UNSIGNED_CHAR_TYPE
> +enum datatype{ UNSIGNED_SHORT_INT_TYPE = 1,
> +               SHORT_INT_TYPE,
> +               UNSIGNED_INT_TYPE,
> +               INT_TYPE,
> +               FLOAT_TYPE,
> +               DOUBLE_TYPE,
> +               SIGNED_CHAR_TYPE,
> +               UNSIGNED_CHAR_TYPE };
>
> #define NAMELENGTH 32
> #define RESERVEDSPACE 5
>
> _______________________________________________
> Genabel-commits mailing list
> Genabel-commits at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/genabel-commits


More information about the genabel-devel mailing list