Skip to content
Snippets Groups Projects
Commit 02eda0a1 authored by David Sehnal's avatar David Sehnal
Browse files

Merge branch 'master' of https://github.com/molstar/molstar

parents 92600160 6ec67a7f
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ export namespace Model {
);
}
const tmpAngles90 = Vec3.create(1.5708, 1.5708, 1.5708); // in radians
const tmpAngles90 = Vec3.create(1.5707963, 1.5707963, 1.5707963); // in radians
const tmpLengths1 = Vec3.create(1, 1, 1);
export function hasCrystalSymmetry(model: Model) {
const spacegroup = ModelSymmetry.Provider.get(model)?.spacegroup;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment