From 721975902bc739db790374097c4989195ecf9359 Mon Sep 17 00:00:00 2001 From: carlocamilloni <carlo.camilloni@gmail.com> Date: Fri, 29 Sep 2017 10:01:47 +0200 Subject: [PATCH] changes and fix permission --- CHANGES/v2.4.md | 15 +++++++++++++++ src/drr/DynamicReferenceRestraining.cpp | 0 src/drr/colvar_UIestimator.h | 0 3 files changed, 15 insertions(+) mode change 100755 => 100644 src/drr/DynamicReferenceRestraining.cpp mode change 100755 => 100644 src/drr/colvar_UIestimator.h diff --git a/CHANGES/v2.4.md b/CHANGES/v2.4.md index c890624f2..f9d405e1e 100644 --- a/CHANGES/v2.4.md +++ b/CHANGES/v2.4.md @@ -29,6 +29,21 @@ Changes from version 2.3 which are relevant for users: UNORMALIZED flag has been replaced with the keyword NORMALIZATION, which can be set equal to true, false or ndata. - Sharing coordinates and applying force is now faster (in some cases these can result in much better scaling of the performances in parallel). - New modules: + - A new PLUMED-ISDB module have been included, this module includes a number of CVs to calculate experimental data with the internal ability + to also calculate a \ref METAINFERENCE score. + - New actions include: + - \ref EMMI + - \ref SAXS + - \ref RESCALE, \ref SELECT, \ref SELECTOR + - Updated actions include: + - \ref CS2BACKBONE + - \ref FRET + - \ref JCOUPLING + - \ref METAINFERENCE + - \ref NOE + - \ref PRE + - \ref RDC, \ref PCS + - \ref PBMETAD - A new EDS module have been included, contributed by Glen Hocky and Andrew White. This module implements the following methods: - \ref EDS diff --git a/src/drr/DynamicReferenceRestraining.cpp b/src/drr/DynamicReferenceRestraining.cpp old mode 100755 new mode 100644 diff --git a/src/drr/colvar_UIestimator.h b/src/drr/colvar_UIestimator.h old mode 100755 new mode 100644 -- GitLab