[Biojava-l] clustalw-C to Java

suyee leesuyee@yahoo.com
Sun, 12 Jan 2003 04:01:16 -0800 (PST)


can anybody teach me how to convert this (in C) into Java.
this is taken from ClustalW1.8.1

typedef struct node {		/* phylogenetic tree structure */
        struct node *left;
        struct node *right;
        struct node *parent;
        float dist;
        sint  leaf;
        int order;
        char name[64];
} stree, *treeptr;

thanks

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com