From 036e8e1e671a1293c1f636d9246e3dfd74f38ec1 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Sat, 16 Feb 2013 04:16:00 +0100 Subject: [PATCH] common reorder to avoid padding in gfortran --- source/unres/src_MD/COMMON.SBRIDGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/unres/src_MD/COMMON.SBRIDGE b/source/unres/src_MD/COMMON.SBRIDGE index 4b28273..b608908 100644 --- a/source/unres/src_MD/COMMON.SBRIDGE +++ b/source/unres/src_MD/COMMON.SBRIDGE @@ -12,5 +12,5 @@ common /links_split/ link_start,link_end double precision Ht,dyn_ssbond_ij logical dyn_ss,dyn_ss_mask - common /dyn_ssbond/ Ht,dyn_ss,dyn_ss_mask(maxres), - & dyn_ssbond_ij(maxres,maxres) + common /dyn_ssbond/ dyn_ssbond_ij(maxres,maxres), + & Ht,dyn_ss,dyn_ss_mask(maxres) -- 1.7.9.5