Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
TyBalduf authored Jan 27, 2025
1 parent 337dc8d commit 6397e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solv/model.f90
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ subroutine normalizeSolventName(solvent, input)
case('methylenechloride', 'dichloromethane', 'dcm', 'ch2cl2')
solvent='ch2cl2'
case('chloroform','chcl3','trichloromethane','tcm')
solvent='chcl3
solvent='chcl3'
case('carbondisulfide','cs2')
solvent='cs2'
case('diethylether','ether')
Expand Down

0 comments on commit 6397e64

Please sign in to comment.