Skip to content

Commit

Permalink
extra
Browse files Browse the repository at this point in the history
  • Loading branch information
limefrogyank committed Sep 30, 2024
1 parent afe4c1b commit 6e397fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Macros/contextChemical.pl
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ sub hashToMolFile {
my $charge = 0;# = $atom->{charge};
if (!$noCharges){
#
if (exists $atom->{charge}){
if ($atom->{charge}){
if ($atom->{charge} == 3) {
$charge = 1
} elsif ($atom->{charge} == 2){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Draw the structure for [`\mathrm{[$formula]}`] in the box below:

END_PGML
#[____]{$lewisStructure}
#[@ $lewisStructure->showSolutionGuide() @]*
#
BEGIN_PGML_SOLUTION

test
[@ $lewisStructure->showSolutionGuide() @]*

END_PGML_SOLUTION

Expand Down

0 comments on commit 6e397fd

Please sign in to comment.