Skip to content

Commit

Permalink
removed prototypes (inadvertant)
Browse files Browse the repository at this point in the history
  • Loading branch information
limefrogyank committed Aug 9, 2024
1 parent 2a7f343 commit 0429b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Macros/contextChemical.pl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ package Chemical::LewisStructure;
our %idealBondCount = (
1=>1,2=>0,3=>1,4=>2,5=>3,6=>4,7=>3,8=>2,9=>1);

sub compareKekuleCTABAndHash(){
sub compareKekuleCTABAndHash {
my $kekuleCTAB = shift;
my $moleculeHash = shift;

Expand Down Expand Up @@ -190,7 +190,7 @@ ()

}

sub isIsomorphic() {
sub isIsomorphic {
my $node = shift;
my $kekuleCTAB = shift;
my $atom = shift;
Expand Down
1 change: 0 additions & 1 deletion Macros/tests/inexactValueWithUnitsTests.pg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"contextInexactValueWithUnits.pl"
);


Context("InexactValueWithUnits");

@data = (
Expand Down

0 comments on commit 0429b84

Please sign in to comment.