26 |
|
// File Includes |
27 |
|
/////////////////////////////////////////////////////////////////////////////// |
28 |
|
|
29 |
< |
#include "babelconfig.hpp" |
29 |
> |
#include "config.h" |
30 |
|
|
31 |
|
#if HAVE_IOSTREAM |
32 |
|
#include <iostream> |
535 |
|
} |
536 |
|
else |
537 |
|
{ |
538 |
< |
obErrorLog.ThrowError(__FUNCTION__, "Maximum number of atom ids exceeded", obWarning); |
538 |
> |
obErrorLog.ThrowError(__func__, "Maximum number of atom ids exceeded", obWarning); |
539 |
|
return 0; |
540 |
|
} |
541 |
|
} |
542 |
|
else |
543 |
|
{ |
544 |
< |
obErrorLog.ThrowError(__FUNCTION__, "NULL Atom IDs specified", obWarning); |
544 |
> |
obErrorLog.ThrowError(__func__, "NULL Atom IDs specified", obWarning); |
545 |
|
return 0; |
546 |
|
} |
547 |
|
} |