Re: [Blueobelisk-discuss] Bugs in elements.pl

2008-01-30 Thread Carsten Niehaus
Am Mittwoch, 30. Januar 2008 14:15:12 schrieben Sie: > On Jan 30, 2008 2:13 PM, Carsten Niehaus <[EMAIL PROTECTED]> wrote: > > If you give me a thumbs up I will changes the Perl-script to change this. > > Looks fine to me. > > Please update the changelog for the things you changed. Fixed in r10.

Re: [Blueobelisk-discuss] Bugs in elements.pl

2008-01-30 Thread Egon Willighagen
On Jan 30, 2008 2:13 PM, Carsten Niehaus <[EMAIL PROTECTED]> wrote: > If you give me a thumbs up I will changes the Perl-script to change this. Looks fine to me. Please update the changelog for the things you changed. Egon -- http://chem-bla-ics.blogspot.com/

[Blueobelisk-discuss] Bugs in elements.pl

2008-01-30 Thread Carsten Niehaus
Moin After struggling with Perl I fixed a bug in the Perl-script that generates our XML. Meanwhile I found an "issue" I would like to address. Currently we do this to skip lines with comments (#) my @line = split; my $atomicNum = shift @line; next if ($atomicNum eq "#");