From 9ab35d8ba49275f58e2093ecb0747ebc73c0c378 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 12 Jul 2016 16:47:39 +0200 Subject: Fix compilation of doc --- doc/snippets/Cwise_erf.cpp | 2 -- doc/snippets/Cwise_erfc.cpp | 2 -- doc/snippets/Cwise_lgamma.cpp | 2 -- 3 files changed, 6 deletions(-) delete mode 100644 doc/snippets/Cwise_erf.cpp delete mode 100644 doc/snippets/Cwise_erfc.cpp delete mode 100644 doc/snippets/Cwise_lgamma.cpp (limited to 'doc/snippets') diff --git a/doc/snippets/Cwise_erf.cpp b/doc/snippets/Cwise_erf.cpp deleted file mode 100644 index 7f51c1b6a..000000000 --- a/doc/snippets/Cwise_erf.cpp +++ /dev/null @@ -1,2 +0,0 @@ -Array4d v(-0.5,2,0,-7); -cout << v.erf() << endl; diff --git a/doc/snippets/Cwise_erfc.cpp b/doc/snippets/Cwise_erfc.cpp deleted file mode 100644 index f0453d4b1..000000000 --- a/doc/snippets/Cwise_erfc.cpp +++ /dev/null @@ -1,2 +0,0 @@ -Array4d v(-0.5,2,0,-7); -cout << v.erfc() << endl; diff --git a/doc/snippets/Cwise_lgamma.cpp b/doc/snippets/Cwise_lgamma.cpp deleted file mode 100644 index cbc69b989..000000000 --- a/doc/snippets/Cwise_lgamma.cpp +++ /dev/null @@ -1,2 +0,0 @@ -Array4d v(0.5,10,0,-1); -cout << v.lgamma() << endl; \ No newline at end of file -- cgit v1.2.3