From f06132fc26a2f0803fe283a25a6319275d346f3f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Oct 2014 23:08:01 -0500 Subject: [PATCH] Remove a link that is no longer live. --- contrib/mesh_conversion/MeshConversion.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/mesh_conversion/MeshConversion.cc b/contrib/mesh_conversion/MeshConversion.cc index 6d79d0eef7..5f5a0eb833 100644 --- a/contrib/mesh_conversion/MeshConversion.cc +++ b/contrib/mesh_conversion/MeshConversion.cc @@ -86,7 +86,6 @@ void MeshConversion::greeting () std::cout << "*** Date: June 2010, September 2011 ***" << std::endl; std::cout << "*** References: ***" << std::endl; std::cout << "*** http://www.dealii.org/developer/doxygen/deal.II/structGeometryInfo.html ***" << std::endl; - std::cout << "*** http://people.scs.fsu.edu/~burkardt/html/ucd_format.html ***" << std::endl; std::cout << "*** http://people.scs.fsu.edu/~burkardt/data/ucd/ucd.html ***" << std::endl; std::cout << "*** http://www.cprogramming.com/tutorial/string.html ***" << std::endl; std::cout << "*** http://www.codeguru.com/forum/showthread.php?t=231054 ***" << std::endl; @@ -445,8 +444,6 @@ bool MeshConversion::write_out_avs_ucd (void) output << "# Mesh type: AVS UCD" << std::endl; output << "# Input file name: " << input_file_name << std::endl; - // ======================================================== - // http://people.scs.fsu.edu/~burkardt/html/ucd_format.html // ======================================================== // ASCII UCD File Format // The input file cannot contain blank lines or lines with leading blanks. Comments, if present, must precede all data in the file. Comments within the data will cause read errors. The general order of the data is as follows: -- 2.39.5