Skip to content

Incorrect Variable Name nword2 Instead of nword in GenCIWfn Constructor #82

@q-pratz-chem

Description

@q-pratz-chem

In the genciwfn.cpp constructor, the use of nword2 leads to the incorrect indexing labeled with k.

Issue Details

  • File: genciwfn.cpp - Line: 46
  • Incorrect Variable: nword2
  • Correct Variable: nword

Code Before Correction
k += wfn.nword2;

Code After Correction
k += wfn.nword;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions