> I went in src/formats/mol2format.cpp, line 226...
> added this line after "if ( !elemno ) {" :
> cout << mol.GetTitle();
> and modified the error message to be sure that the modification is
> taken in account (simply modified "Mol2" in "mol2").

Well, for one, there's no "endl" for that cout, so it would be better:

cout << mol.GetTitle() << endl;

> make install

Are you sure you're running babel from the right path?

Your comment is a good one, and I'll change the development "trunk" to 
incorporate your suggestion for mol2.

Cheers,
-Geoff


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to