1 --- transex3/scripts/localize.pl.old 2009-05-27 12:35:03.000000000 +0200
2 +++ transex3/scripts/localize.pl 2009-05-27 12:43:28.000000000 +0200
3 @@ -412,7 +412,7 @@ sub collectfiles{
4 print STDOUT "### Searching sdf particles\n";
5 my $working_path = getcwd();
7 - find ( { wanted => \&wanted , follow => 1 }, getcwd() );
8 + find ( { wanted => \&wanted , follow => 1, follow_skip => 2 }, getcwd() );
11 my $nFound = $#sdfparticles +1;