Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck committed Jun 6, 2023
1 parent a9e7f37 commit 1891753
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions PorphyStruct.Core/Macrocycle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ namespace PorphyStruct.Core;

public sealed class Macrocycle : Molecule
{
/// <summary>
/// Correlates type to size of ring fragment
/// </summary>
private static readonly Dictionary<MacrocycleType, int> RingSize = new()
{
{MacrocycleType.Porphyrin, 24},
{MacrocycleType.Corrole, 23},
{MacrocycleType.Norcorrole, 22},
{MacrocycleType.Porphycene, 24},
{MacrocycleType.Corrphycene, 24}
};

private void Init(Molecule mol)
{
Atoms.AddRange(mol.Atoms);
Expand Down

1 comment on commit 1891753

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for porphystruct ready!

✅ Preview
https://porphystruct-6eafcvqhs-jenskrumsieck.vercel.app

Built with commit 1891753.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.