From 3bfa97c7cdda87bf5b9c9848958a220f61f3445f Mon Sep 17 00:00:00 2001 From: Nicolas Marsic <nicolas.marsic@gmail.com> Date: Mon, 27 Jan 2014 10:35:42 +0000 Subject: [PATCH] Minor fix --- FunctionSpace/FunctionSpace.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FunctionSpace/FunctionSpace.h b/FunctionSpace/FunctionSpace.h index 8c7847f610..ee555ba427 100644 --- a/FunctionSpace/FunctionSpace.h +++ b/FunctionSpace/FunctionSpace.h @@ -22,8 +22,7 @@ @interface FunctionSpace @brief Common Interface of all Function Spaces - This is the common interface of - all Function Spaces. + This is the common interface of all Function Spaces. A FunctionSpace is defined on a support, which is a collection of MElement%s (GroupOfElement). -- GitLab