Revision: | 93 |
Committed: | Sat Jan 17 23:24:55 2009 UTC (13 years, 6 months ago) by wdelano | File size: | 330 byte(s) |
Log Message: | branch created |
Line | User | Rev | File contents |
---|---|---|---|
1 | tjod | 3 | EXTERN struct t_multi_query { |
2 | int surf, volume, boxsize, gmmx, conn, logp; | ||
3 | int nfile, *ext_files, files,files1; | ||
4 | int stop_analyze, method; | ||
5 | float dist[50], ang[50], dihed[50], pmr[50]; | ||
6 | float coffdist[50], coffang[50], coffdihed[50], coffpmr[50]; | ||
7 | float rms; | ||
8 | char name1[60],name2[60]; | ||
9 | } multi_query; |