From: bangerth Date: Fri, 8 Feb 2013 03:25:52 +0000 (+0000) Subject: Link to new wiki page. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c553385ce77f1d58d6142f30f020be1bab723e8f;p=dealii-svn.git Link to new wiki page. git-svn-id: https://svn.dealii.org/trunk@28275 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/grid_in.h b/deal.II/include/deal.II/grid/grid_in.h index 067f89caa4..58a7e640a7 100644 --- a/deal.II/include/deal.II/grid/grid_in.h +++ b/deal.II/include/deal.II/grid/grid_in.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -162,7 +162,7 @@ struct SubCellData; * Cubit at this time. However, Cubit can export in UCD format using a simple * plug-in, and the resulting UCD file can then be read by this class. The * plug-in script can be found on the deal.II wiki page, - * http://sourceforge.net/apps/mediawiki/dealii/index.php?title=Mesh_Input_and_Output_Interfaces . + * http://code.google.com/p/dealii/wiki/MeshInputAndOutput . * * There is also a little program, written by Jean-Paul Pelteret, that * can be found in the contrib/mesh_conversion directory and that can