ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/openbabel/povrayformat.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/openbabel/povrayformat.hpp (file contents):
Revision 2445 by tim, Wed Nov 16 21:22:51 2005 UTC vs.
Revision 2518 by tim, Fri Dec 16 21:52:50 2005 UTC

# Line 22 | Line 22 | GNU General Public License for more details.
22   #include <stdlib.h>
23  
24   /* ---- OpenBabel include ---- */
25 < #include "babelconfig.hpp"
25 > #include "config.h"
26   #include "mol.hpp"
27   #include "obconversion.hpp"
28  
# Line 116 | Line 116 | class PovrayFormat : public OBFormat (public)
116          std::string auditMsg = "OpenBabel::Write molecule ";
117          std::string description(Description());
118          auditMsg += description.substr( 0, description.find('\n') );
119 <        obErrorLog.ThrowError(__FUNCTION__,
119 >        obErrorLog.ThrowError(__func__,
120                                auditMsg,
121                                obAuditMsg);
122          delete pOb;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines