and while the #ifdefand #endif are handled, the #else line throws the error:
...
...
File "/Users/riccardo/ric.alessandri/Repos/polyply/vermouth-martinize/vermouth/gmx/itp_read.py", line 140, in parse_pragma
raise IOError("Don't know how to parse pargma {} at"
OSError: Don't know how to parse pargma #else atline 11.
One can define the following in an
itp
(used in some of the small molecule itps, for example):and while the
#ifdef
and#endif
are handled, the#else
line throws the error: