]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove DEAL_II_PACKAGE_STRING. This variable is superfluous
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Oct 2012 16:01:26 +0000 (16:01 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Oct 2012 16:01:26 +0000 (16:01 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26966 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_deal_ii.cmake
deal.II/config/Config.cmake.in
deal.II/include/deal.II/base/config.h.in
deal.II/source/base/data_out_base.cc

index 30a4e38aa1817d1388a7be3dfec6e0627d5e2dfe..7714db339cac2d4979c5908830386e839f83da9a 100644 (file)
@@ -31,7 +31,6 @@
 #
 #     DEAL_II_PACKAGE_NAME            *)
 #     DEAL_II_PACKAGE_VERSION
-#     DEAL_II_PACKAGE_STRING
 #     DEAL_II_PACKAGE_BUGREPORT       *)
 #     DEAL_II_PACKAGE_URL             *)
 #     DEAL_II_VERSION_MAJOR
@@ -139,9 +138,6 @@ ENDIF()
 SET_IF_EMPTY(DEAL_II_PACKAGE_NAME "deal.II")
 
 SET(DEAL_II_PACKAGE_VERSION ${VERSION})
-SET(DEAL_II_PACKAGE_STRING
-  "${DEAL_II_PACKAGE_NAME} ${DEAL_II_PACKAGE_VERSION}"
-  )
 
 SET_IF_EMPTY(DEAL_II_PACKAGE_BUGREPORT "dealii@dealii.org")
 SET_IF_EMPTY(DEAL_II_PACKAGE_URL "http://www.dealii.org/")
index 42a311a75265578b5d89df891c71e0e76b4fb857..5aef14ccd9420e854ef65c5cff752f82df500c52 100644 (file)
@@ -28,7 +28,6 @@ SET(DEAL_II_PROJECT_CONFIG_INCLUDED TRUE)
 
 SET(DEAL_II_PACKAGE_NAME "@DEAL_II_PACKAGE_NAME@")
 SET(DEAL_II_PACKAGE_VERSION "@DEAL_II_PACKAGE_VERSION@")
-SET(DEAL_II_PACKAGE_STRING "@DEAL_II_PACKAGE_STRING@")
 
 SET(DEAL_II_PACKAGE_BUGREPORT "@DEAL_II_PACKAGE_BUGREPORT@")
 SET(DEAL_II_PACKAGE_URL "@DEAL_II_PACKAGE_URL@")
index f9da08a7bc37e982369c6cde682b1556c7bd7d93..83b3f7a4de6656afafddb8edbae5291668d19847 100644 (file)
@@ -29,9 +29,6 @@
 /* Define to the version of this package. */
 #define DEAL_II_PACKAGE_VERSION "@DEAL_II_PACKAGE_VERSION@"
 
-/* Define to the full name and version of this package. */
-#define DEAL_II_PACKAGE_STRING "@DEAL_II_PACKAGE_STRING@"
-
 /* Define to the address where bug reports for this package should be sent. */
 #define DEAL_II_PACKAGE_BUGREPORT "@DEAL_II_PACKAGE_BUGREPORT@"
 
index 5a56f06a97b2197e76f0f01d346b39408ff4baf3..84770115b12dbc59eb01a881fd65f192fcf9652f 100644 (file)
@@ -5252,7 +5252,7 @@ write_deal_II_intermediate (const std::vector<Patch<dim,spacedim> > &patches,
 
                                    // then write a header
   out << "[deal.II intermediate format graphics data]" << '\n'
-      << "[written by " << DEAL_II_PACKAGE_STRING << "]" << '\n'
+      << "[written by " << DEAL_II_PACKAGE_NAME << " " << DEAL_II_PACKAGE_VERSION << "]" << '\n'
       << "[Version: " << Deal_II_IntermediateFlags::format_version << "]" << '\n';
 
   out << data_names.size() << '\n';

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.