Revision: | 27 |
Committed: | Tue Jul 8 19:10:25 2008 UTC (12 years, 6 months ago) by tjod | File size: | 161 byte(s) |
Log Message: | move mengine src to reflect new freemol directory structure |
Line | User | Rev | File contents |
---|---|---|---|
1 | tjod | 3 | EXTERN struct t_substr { |
2 | int icurstr; | ||
3 | int show_dummy; | ||
4 | long int istract[MAXSS]; | ||
5 | char strname[MAXSS][31]; | ||
6 | } substr; |