From 52fc1532ba4a93f63b82ed4f5382d637dccac3c5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Mar 2015 17:56:37 +0100 Subject: Factorise dr/da part of gradient calculation for PR and prediction --- src/post-refinement.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/post-refinement.h') diff --git a/src/post-refinement.h b/src/post-refinement.h index a9c79ed6..caf5f9af 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -43,24 +43,6 @@ #include "geometry.h" -/* Refineable parameters. - * Don't forget to add new things to backup_crystal() et al.! */ -enum { - REF_ASX, - REF_ASY, - REF_ASZ, - REF_BSX, - REF_BSY, - REF_BSZ, - REF_CSX, - REF_CSY, - REF_CSZ, - NUM_PARAMS, - REF_R, - REF_DIV, -}; - - struct prdata { int refined; -- cgit v1.2.3