From 7b3b4ffb1c80a79b75843404180f7431f640316f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 16 Mar 2020 11:14:27 +0100 Subject: [PATCH] following python style --- src/lattice.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lattice.f90 b/src/lattice.f90 index aae5564bf..294bddc63 100644 --- a/src/lattice.f90 +++ b/src/lattice.f90 @@ -1933,7 +1933,7 @@ end function coordinateSystem_slip !-------------------------------------------------------------------------------------------------- -!> @brief Populates reduced interaction matrix +!> @brief Populate reduced interaction matrix !-------------------------------------------------------------------------------------------------- function buildInteraction(reacting_used,acting_used,reacting_max,acting_max,values,matrix) @@ -1976,7 +1976,7 @@ end function buildInteraction !-------------------------------------------------------------------------------------------------- -!> @brief build a local coordinate system on slip, twin, trans, cleavage systems +!> @brief Build a local coordinate system on slip, twin, trans, cleavage systems !> @details Order: Direction, plane (normal), and common perpendicular !-------------------------------------------------------------------------------------------------- function buildCoordinateSystem(active,potential,system,structure,cOverA)