From 117c8edfbd328a269803987a03893fa582057450 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 15 Jan 2016 14:03:24 +0000 Subject: [PATCH] corrected comment --- code/lattice.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lattice.f90 b/code/lattice.f90 index b4e8f63eb..81864d8c9 100644 --- a/code/lattice.f90 +++ b/code/lattice.f90 @@ -2161,7 +2161,7 @@ pure function lattice_qDisorientation(Q1, Q2, struct) !-------------------------------------------------------------------------------------------------- -! calculate misorientation, for cubic(1) and hexagonal(2) structure find symmetries +! calculate misorientation, for cubic and hexagonal structure find symmetries dQ = math_qMul(math_qConj(Q1),Q2) lattice_qDisorientation = dQ