[Previous] [Up]
Go backward to Base Sequence Module  
Go up to Simulator Source Code  

Structures  

File name: struct.h

typedef struct oligo {
  int len;
  int *bases;
} Oligo;
 
typedef struct sym {
  int len;
  int *bases;
  char *name;
} Sym;

- Michael P. Frank, September 12, 1995. Formatted using HyperLaTeX-1.3.

[Previous] [Up]