Patches item #2888693, was opened at 2009-10-29 10:23
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428742&aid=2888693&group_id=40728

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: File Types
Group: Stable
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: PC Gamess/Firefly outputs

Initial Comment:
This small patch for makes OpenBabel able to read PC Gamess/Firefly ouput files:

diff outformat.cpp outformat.cpp.old 

82,83c82
<       if ((strstr(buffer,"GAMESS execution script") != NULL) ||
<         (strstr(buffer,"PC GAMESS") != NULL)) {
---
>       if (strstr(buffer,"GAMESS execution script") != NULL) {

Really, output formats are very simple, and with current range of supported 
data types there is no difference for OpenBabel between them. 
Implements feature request 
http://sourceforge.net/tracker/?func=detail&aid=2884618&group_id=40728&atid=447448

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428742&aid=2888693&group_id=40728

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to