~ubuntu-branches/ubuntu/precise/psicode/precise

1
2
3
4
5
6
7
8
9
10
11
struct params {
  int print;
  int opdm;
  int opdm_write;
  int opdm_print;
  char *wfn;
  char *ref;
  int cachelev;
  int cachetype;
  long int memory;
};