From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Wed, 12 Feb 2014 12:15:08 +0000 (+0100)
Subject: Remove duplicated ref.
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/GMRES_For_Journal.git/commitdiff_plain/eefb586a47d421338a59560e2e5ef9de79a8cce6?hp=070293da649e410457bd639548cd089c53d036d3

Remove duplicated ref.
---

diff --git a/GMRES_Journal.tex b/GMRES_Journal.tex
index 1b3b8b5..3add256 100644
--- a/GMRES_Journal.tex
+++ b/GMRES_Journal.tex
@@ -151,7 +151,7 @@ read-only \emph{constant} and \emph{texture} caches per multiprocessor and a rea
 \emph{global memory} shared by all its multiprocessors. The new architectures (Fermi, Kepler,
 etc) have also L1 and L2 caches to improve the accesses to the global memory.
 
-NVIDIA has released the CUDA platform (Compute Unified Device Architecture)~\cite{Nvi10}
+NVIDIA has released the CUDA platform (Compute Unified Device Architecture)~\cite{ref19}
 which provides a high level GPGPU-based programming language (General-Purpose computing
 on GPUs), allowing to program GPUs for general purpose computations. In CUDA programming
 environment, all data-parallel and compute intensive portions of an application running