From 670b146f255b1e07924dd6e838d7b205b1ed7c2f Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 24 Jul 2015 22:28:37 -0400 Subject: [PATCH] Remove an obsolete comment about openDX utilities. It looks like this was removed a few years ago. --- include/deal.II/base/data_out_base.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 26252a5323..cb4f073ff2 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -1263,9 +1263,6 @@ namespace DataOutBase /** * Write the given list of patches to the output stream in OpenDX format. - * - * Since OpenDX uses some kind of visual data flow oriented programming - * language, some of these programs are provided in contrib/dx. */ template void write_dx (const std::vector > &patches, -- 2.39.5