Commit 93a96960 by maarten

fix in map making...

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@242 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 53091a32
......@@ -222,7 +222,7 @@ struct AtomImpl
cif::tie(u11, u12, u13, u22, u23, u33) =
r.get("U[1][1]", "U[1][2]", "U[1][3]", "U[2][2]", "U[2][3]", "U[3][3]");
result.set_u_aniso_orth(clipper::U_aniso_orth(u11, u12, u13, u22, u23, u33));
result.set_u_aniso_orth(clipper::U_aniso_orth(u11, u22, u33, u12, u13, u23));
}
return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment