Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GenericEncoder: remove invalid constructor #29

Open
pwrose opened this issue Feb 14, 2017 · 0 comments
Open

GenericEncoder: remove invalid constructor #29

pwrose opened this issue Feb 14, 2017 · 0 comments

Comments

@pwrose
Copy link
Collaborator

pwrose commented Feb 14, 2017

The following constructor used the same precision for coordinates, B-factors, and occupancy. Usually, different precision is used for these quantities. This constructor should be removed.

/**
* The constructor for the encoder.
* @param structureDataInterface the interface of data to be encoded
* @param precision the precision for the storing of coordinate, B-factor and occupancy data
*/
public GenericEncoder(StructureDataInterface structureDataInterface, int precision) {
coordDivider = precision;
bfactorOccDivider = precision;
encode(structureDataInterface);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant