From a9139a3ee9f86b9bb0ed61ab75eed6bcfd5b2276 Mon Sep 17 00:00:00 2001
From: bramas <berenger.bramas@inria.fr>
Date: Wed, 3 Sep 2014 09:45:45 +0200
Subject: [PATCH] Add a word about the c kernel api in the quick start

---
 Doc/Site_dox/FQuick.dox | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Doc/Site_dox/FQuick.dox b/Doc/Site_dox/FQuick.dox
index fc952ea75..0d8c2d71b 100644
--- a/Doc/Site_dox/FQuick.dox
+++ b/Doc/Site_dox/FQuick.dox
@@ -3,10 +3,19 @@
  * In this section, we present the data structure organization and the 
  * classes design to understand fully ScalFmm and customized it.
  
- * Remark : There is a big difference between the version 1.0 and 2.0
+ * Remark : There is a big difference between the versions 1.0 and 2.0
  * since we do not store array of particles anymore but rather several arrays.
  * This was needed in order to be able to vectorize the P2P code. 
  
+ * We would like to inform users that are not familiar with 'C++' and 
+ * who are familiar with 'C' and would like to create a kernel
+ * (and do not want to work on the parallelization),
+ * that an C API have been made for them.
+ * In order to get access to this API, go in Addons/CKernelApi.
+ * (To compile, enable the addons and then the CKernelApi).
+ * However, to have access to all the features of ScalFmm it is required to use C++
+ * as described in this QuickStart.
+ 
  * \tableofcontents 
  
  * \section prerequisite Prerequisite 
-- 
GitLab