From 61804875174b0db144b1e087c902afad7f4f6d84 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 16 Aug 2015 00:14:10 +0100 Subject: [PATCH] Tidying --- lib/qcd/action/Actions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/qcd/action/Actions.h b/lib/qcd/action/Actions.h index 0abec0ec..cb8ef664 100644 --- a/lib/qcd/action/Actions.h +++ b/lib/qcd/action/Actions.h @@ -6,12 +6,10 @@ // are separating the concept of the operator from that of action. // // The FermAction contains methods to create -// // * Linear operators (Hermitian and non-hermitian) .. my LinearOperator // * System solvers (Hermitian and non-hermitian) .. my OperatorFunction // * MultiShift System solvers (Hermitian and non-hermitian) .. my OperatorFunction - //////////////////////////////////////////// // Abstract base interface ////////////////////////////////////////////