]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoFixed naming of Mac Package. 2365/head
Luca Heltai [Thu, 17 Mar 2016 18:25:08 +0000 (19:25 +0100)]
Fixed naming of Mac Package.

8 years agoMerge pull request #2364 from Rombur/fix_typename
Timo Heister [Thu, 17 Mar 2016 18:11:07 +0000 (19:11 +0100)]
Merge pull request #2364 from Rombur/fix_typename

Remove typename from instantiation file.

8 years agoRemove typename from instantiation file. 2364/head
Bruno Turcksin [Thu, 17 Mar 2016 16:35:58 +0000 (12:35 -0400)]
Remove typename from instantiation file.

8 years agoMerge pull request #2363 from davydden/deal_solver_02_mkl_fix
David Wells [Thu, 17 Mar 2016 15:42:42 +0000 (11:42 -0400)]
Merge pull request #2363 from davydden/deal_solver_02_mkl_fix

adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compil…

8 years agoMerge pull request #2359 from drwells/remove-intel-workaround
Timo Heister [Thu, 17 Mar 2016 15:03:49 +0000 (16:03 +0100)]
Merge pull request #2359 from drwells/remove-intel-workaround

Remove a workaround for an old intel compiler.

8 years agofix arpack/step-36_ar test to run on Ubuntu 14.04 + GNU compilers + MKL 2363/head
Denis Davydov [Thu, 17 Mar 2016 14:41:29 +0000 (15:41 +0100)]
fix arpack/step-36_ar test to run on Ubuntu 14.04 + GNU compilers + MKL

8 years agoadjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compilers + MKL
Denis Davydov [Thu, 17 Mar 2016 14:24:20 +0000 (15:24 +0100)]
adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 + GNU compilers + MKL

8 years agoMerge pull request #2361 from kronbichler/master
Bruno Turcksin [Thu, 17 Mar 2016 14:01:33 +0000 (09:01 -0500)]
Merge pull request #2361 from kronbichler/master

Performance improvements: Triangulation::end(level) can be expensive

8 years agoPerformance improvements: Triangulation::end(level) can be expensive 2361/head
Martin Kronbichler [Thu, 17 Mar 2016 13:14:39 +0000 (14:14 +0100)]
Performance improvements: Triangulation::end(level) can be expensive

8 years agoMerge pull request #2312 from jgedicke/Meshworker_InhomConstraints
Bruno Turcksin [Thu, 17 Mar 2016 12:53:07 +0000 (07:53 -0500)]
Merge pull request #2312 from jgedicke/Meshworker_InhomConstraints

Inhomogeneous constraints in Meshworker

8 years agocorrected language spelling in comments 2312/head
Joscha Gedicke [Thu, 17 Mar 2016 10:39:41 +0000 (11:39 +0100)]
corrected language spelling in comments

8 years agoMerge pull request #2358 from drwells/fix-assignment-assertion
Bruno Turcksin [Thu, 17 Mar 2016 01:13:08 +0000 (20:13 -0500)]
Merge pull request #2358 from drwells/fix-assignment-assertion

Fix an assertion in read_tecplot to not use '='.

8 years agoRemove a workaround for an old intel compiler. 2359/head
David Wells [Wed, 16 Mar 2016 17:45:53 +0000 (13:45 -0400)]
Remove a workaround for an old intel compiler.

This was added in April 2005 in commit 0a58949ace and is no longer
necessary.

8 years agoFix an assertion in read_tecplot to not use '='. 2358/head
David Wells [Thu, 17 Mar 2016 00:22:56 +0000 (20:22 -0400)]
Fix an assertion in read_tecplot to not use '='.

8 years agoMerge pull request #2354 from guidokanschat/additional_elasticity
Bruno Turcksin [Thu, 17 Mar 2016 00:01:48 +0000 (19:01 -0500)]
Merge pull request #2354 from guidokanschat/additional_elasticity

Add weak tangential boundary condition for elasticity

8 years agoMerge pull request #2357 from drwells/la-vector-block-read-assertion
Bruno Turcksin [Wed, 16 Mar 2016 17:57:13 +0000 (12:57 -0500)]
Merge pull request #2357 from drwells/la-vector-block-read-assertion

Fix a block read assertion in VectorSpaceVector.

8 years agoFix a block read assertion in VectorSpaceVector. 2357/head
David Wells [Wed, 16 Mar 2016 17:51:02 +0000 (13:51 -0400)]
Fix a block read assertion in VectorSpaceVector.

Caught by intel 13.

8 years agoMerge pull request #2355 from drwells/check-number-of-support-points
Bruno Turcksin [Wed, 16 Mar 2016 12:08:39 +0000 (07:08 -0500)]
Merge pull request #2355 from drwells/check-number-of-support-points

Check the number of nodes in FE_DGQArbitraryNodes.

8 years agoCheck the number of nodes in FE_DGQArbitraryNodes. 2355/head
David Wells [Tue, 15 Mar 2016 20:07:39 +0000 (16:07 -0400)]
Check the number of nodes in FE_DGQArbitraryNodes.

Currently, one can create an FE_DGQArbitraryNodes instance from a
quadrature rule with zero points, which causes segmentation faults (even
in debug mode) when one tries to use the element. This assertion
verifies that this cannot happen, at least in debug mode.

8 years agoadd weak tangential boundary condition for elasticity 2354/head
Guido Kanschat [Mon, 14 Mar 2016 15:28:06 +0000 (10:28 -0500)]
add weak tangential boundary condition for elasticity

8 years agoMerge pull request #2230 from davydden/branch_petscscalar_complex_tests
Bruno Turcksin [Tue, 15 Mar 2016 16:09:47 +0000 (11:09 -0500)]
Merge pull request #2230 from davydden/branch_petscscalar_complex_tests

Petsc complex tests

8 years agominor cleanup of petsc_complex/vector_02 2230/head
Denis Davydov [Tue, 15 Mar 2016 15:51:44 +0000 (16:51 +0100)]
minor cleanup of petsc_complex/vector_02

8 years agofix CMAKE_MINIMUM_REQUIRED in petsc_complex and slepc_complex
Denis Davydov [Tue, 15 Mar 2016 15:44:24 +0000 (16:44 +0100)]
fix CMAKE_MINIMUM_REQUIRED in petsc_complex and slepc_complex

8 years agouse AssertThrow instead of Assert in petsc_complex tests
Denis Davydov [Tue, 15 Mar 2016 15:43:14 +0000 (16:43 +0100)]
use AssertThrow instead of Assert in petsc_complex tests

8 years agoMerge pull request #2352 from drwells/remove-repeated-sentence
Wolfgang Bangerth [Tue, 15 Mar 2016 08:16:23 +0000 (03:16 -0500)]
Merge pull request #2352 from drwells/remove-repeated-sentence

Remove unimplemented assignment operators.

8 years agoRemove unimplemented assignment operators. 2352/head
David Wells [Tue, 15 Mar 2016 00:58:32 +0000 (20:58 -0400)]
Remove unimplemented assignment operators.

These have been commented out since they were added in ce50155aea (March
2010). Since the comment blocks begin with '/**' this caused this
amusing doxygen description for 'operator==':

    Assignment operator. Assignment operator. Assignment
    operator. Compare for equality.

8 years agoMerge pull request #2344 from bangerth/new-new-thread
Luca Heltai [Mon, 14 Mar 2016 09:40:41 +0000 (10:40 +0100)]
Merge pull request #2344 from bangerth/new-new-thread

Add Threads::new_thread() function for lambdas and std::bind objects.

8 years agoMerge pull request #2347 from drwells/forward-declaration-warning
Matthias Maier [Mon, 14 Mar 2016 02:05:34 +0000 (21:05 -0500)]
Merge pull request #2347 from drwells/forward-declaration-warning

Fix a clang warning.

8 years agoMerge pull request #2348 from drwells/opencascade-warnings
Matthias Maier [Mon, 14 Mar 2016 02:05:16 +0000 (21:05 -0500)]
Merge pull request #2348 from drwells/opencascade-warnings

Silence some OpenCascade warnings.

8 years agoMerge pull request #2349 from drwells/add-opencascade-copyright
Matthias Maier [Mon, 14 Mar 2016 02:05:01 +0000 (21:05 -0500)]
Merge pull request #2349 from drwells/add-opencascade-copyright

Add opencascade copyright

8 years agoAdd copyright notices for some opencascade files. 2349/head
David Wells [Mon, 14 Mar 2016 01:55:49 +0000 (21:55 -0400)]
Add copyright notices for some opencascade files.

8 years agoRemove $Id$ tags.
David Wells [Mon, 14 Mar 2016 01:55:16 +0000 (21:55 -0400)]
Remove $Id$ tags.

8 years agoSilence some OpenCascade warnings. 2348/head
David Wells [Mon, 14 Mar 2016 01:23:26 +0000 (21:23 -0400)]
Silence some OpenCascade warnings.

8 years agoFix a clang warning. 2347/head
David Wells [Mon, 14 Mar 2016 00:07:10 +0000 (20:07 -0400)]
Fix a clang warning.

The declaration of ConstraintValues uses 'struct', so the forward
declaration should also use 'struct'.

8 years agoadd a note in change.h on PETSc complex unit tests
Denis Davydov [Fri, 11 Mar 2016 10:03:38 +0000 (11:03 +0100)]
add a note in change.h on PETSc complex unit tests

8 years agodo not use Trilinos inside petsc_compelx tests
Denis Davydov [Fri, 11 Mar 2016 09:49:30 +0000 (10:49 +0100)]
do not use Trilinos inside petsc_compelx tests

8 years agofix petsc_complex/parallel_sparse_matrix_01
Denis Davydov [Mon, 7 Mar 2016 10:15:14 +0000 (11:15 +0100)]
fix petsc_complex/parallel_sparse_matrix_01

8 years agoupdate output for petsc_complex/solver_real_01/02
Denis Davydov [Sun, 6 Mar 2016 21:40:09 +0000 (22:40 +0100)]
update output for petsc_complex/solver_real_01/02

8 years agofix petsc_complex test
Denis Davydov [Sun, 6 Mar 2016 17:20:23 +0000 (18:20 +0100)]
fix petsc_complex test

8 years agodo not run tests/petsc when complex-valued PETSc is used as most of them fail
Denis Davydov [Tue, 23 Feb 2016 10:48:03 +0000 (11:48 +0100)]
do not run tests/petsc when complex-valued PETSc is used as most of them fail

8 years agoadd unit tests for complex-valued PETSc and SLEPc
Toby D. Young [Tue, 23 Feb 2016 06:57:45 +0000 (07:57 +0100)]
add unit tests for complex-valued PETSc and SLEPc

8 years agoMerge pull request #2343 from davydden/mpi_logical
Wolfgang Bangerth [Sat, 12 Mar 2016 18:36:18 +0000 (12:36 -0600)]
Merge pull request #2343 from davydden/mpi_logical

fixed a bug with MPI_LOGICAL

8 years agoMerge pull request #2346 from bangerth/fix-doc-3
David Wells [Sat, 12 Mar 2016 14:52:41 +0000 (09:52 -0500)]
Merge pull request #2346 from bangerth/fix-doc-3

Fix doxygen markup.

8 years agoMerge pull request #2345 from bangerth/fix-compilation-3
Luca Heltai [Sat, 12 Mar 2016 10:59:52 +0000 (11:59 +0100)]
Merge pull request #2345 from bangerth/fix-compilation-3

Remove an unnecessary (and nonexistent) include file.

8 years agofix a bug where MPI_LOGICAL fortran type was used 2343/head
Denis Davydov [Fri, 11 Mar 2016 22:27:46 +0000 (23:27 +0100)]
fix a bug where MPI_LOGICAL fortran type was used

add a simple trilinos test with vec.reinit() which previously
triggered MPI_LOGICAL-related error in IndexSet class.

8 years agoFix doxygen markup. 2346/head
Wolfgang Bangerth [Sat, 12 Mar 2016 02:05:46 +0000 (20:05 -0600)]
Fix doxygen markup.

8 years agoRemove an unnecessary (and nonexistent) include file. 2345/head
Wolfgang Bangerth [Sat, 12 Mar 2016 00:14:26 +0000 (18:14 -0600)]
Remove an unnecessary (and nonexistent) include file.

8 years agoNew test. 2344/head
Wolfgang Bangerth [Sat, 12 Mar 2016 00:07:57 +0000 (18:07 -0600)]
New test.

8 years agoAdd Threads::new_thread() function for lambdas and std::bind objects.
Wolfgang Bangerth [Sat, 12 Mar 2016 00:07:47 +0000 (18:07 -0600)]
Add Threads::new_thread() function for lambdas and std::bind objects.

8 years agoMerge pull request #2342 from drwells/fix-compilation
Wolfgang Bangerth [Fri, 11 Mar 2016 20:06:14 +0000 (14:06 -0600)]
Merge pull request #2342 from drwells/fix-compilation

Fix compilation on clang.

8 years agoFix compilation on clang. 2342/head
David Wells [Fri, 11 Mar 2016 19:18:08 +0000 (14:18 -0500)]
Fix compilation on clang.

I added this header previously in d34f4fc116 to be consistent with the
inclusion of the accessors header in the hp DoFHandler file. However,
this header is not necessary, and including it breaks compilation under
clang for reasons I do not fully understand.

8 years agoMerge pull request #2341 from bangerth/fix-compilation-2
Timo Heister [Fri, 11 Mar 2016 17:58:56 +0000 (12:58 -0500)]
Merge pull request #2341 from bangerth/fix-compilation-2

Fix compilation.

8 years agoFix compilation. 2341/head
Wolfgang Bangerth [Fri, 11 Mar 2016 17:20:18 +0000 (11:20 -0600)]
Fix compilation.

8 years agoMerge pull request #2336 from tamiko/fix_rpath_handling_for_mac
Luca Heltai [Fri, 11 Mar 2016 16:00:34 +0000 (17:00 +0100)]
Merge pull request #2336 from tamiko/fix_rpath_handling_for_mac

CMake: Fix rpath handling on Mac OSX

8 years agoCMake: Fix rpath handling on Mac OSX 2336/head
Matthias Maier [Fri, 11 Mar 2016 15:20:11 +0000 (09:20 -0600)]
CMake: Fix rpath handling on Mac OSX

This forces global paths upon installation to avoid error messages like

dyld: Library not loaded: /lib/libdeal_II.g.8.4.0-rc3.dylib
  Referenced from: /[...]/step-18
  Reason: image not found

In Reference to #1938

8 years agoMerge pull request #2332 from drwells/remove-unused-forward-declarations
Matthias Maier [Fri, 11 Mar 2016 04:40:35 +0000 (22:40 -0600)]
Merge pull request #2332 from drwells/remove-unused-forward-declarations

Remove unused forward declarations

8 years agoDescribe forward declarations in the style guide. 2332/head
David Wells [Fri, 11 Mar 2016 03:15:51 +0000 (22:15 -0500)]
Describe forward declarations in the style guide.

8 years agoAdd headers for values returned by methods.
David Wells [Sun, 6 Mar 2016 04:41:30 +0000 (23:41 -0500)]
Add headers for values returned by methods.

Currently, one could include this header and then write something like

dof_handler.begin_active()->set_active_fe_index(1)

and this will fail to compile with obscure template errors because the
DoFCellAccessor (the value returned by '->') is only forward declared
without this extra header.

8 years agoAdd missing headers.
David Wells [Sun, 6 Mar 2016 04:40:31 +0000 (23:40 -0500)]
Add missing headers.

8 years agoInclude headers for default template parameters.
David Wells [Sun, 6 Mar 2016 02:19:49 +0000 (21:19 -0500)]
Include headers for default template parameters.

8 years agoUpdate headers in some tests.
David Wells [Sun, 6 Mar 2016 02:19:23 +0000 (21:19 -0500)]
Update headers in some tests.

8 years agoForward declare things where they are used.
David Wells [Sat, 5 Mar 2016 20:13:28 +0000 (15:13 -0500)]
Forward declare things where they are used.

8 years agoRemove some unused headers.
David Wells [Sat, 5 Mar 2016 17:08:33 +0000 (12:08 -0500)]
Remove some unused headers.

8 years agoUse headers instead of forward declarations.
David Wells [Sat, 5 Mar 2016 17:04:06 +0000 (12:04 -0500)]
Use headers instead of forward declarations.

We use typedefs inside of these classes so the header is necessary. The
header is currently included anyway through mapping_q1.h.

8 years agoMove a header into a .templates file.
David Wells [Sat, 5 Mar 2016 17:03:44 +0000 (12:03 -0500)]
Move a header into a .templates file.

8 years agoExplicitly include needed header files.
David Wells [Sat, 5 Mar 2016 20:12:41 +0000 (15:12 -0500)]
Explicitly include needed header files.

8 years agoImprove forward declarations in dof_tools.h.
David Wells [Sat, 5 Mar 2016 20:11:14 +0000 (15:11 -0500)]
Improve forward declarations in dof_tools.h.

This commit does two things: it brings in hp/dof_handler.h
explicitly (since details of that class are used) and cleans up the
forward declarations already present.

8 years agoRemove unused forward declarations.
David Wells [Sat, 5 Mar 2016 19:53:46 +0000 (14:53 -0500)]
Remove unused forward declarations.

8 years agoMerge pull request #2329 from bangerth/provide-cmake-message
David Wells [Thu, 10 Mar 2016 18:06:53 +0000 (13:06 -0500)]
Merge pull request #2329 from bangerth/provide-cmake-message

Let the 'indent' custom target print a better message.

8 years agoDon't generate status output. 2329/head
Wolfgang Bangerth [Thu, 10 Mar 2016 14:59:58 +0000 (08:59 -0600)]
Don't generate status output.

Also provide an error if we couldn't find the right version of
astyle. This didn't matter much before because the tool was always
called on the command line, but is important now that it can be called
by 'make indent'.

8 years agoMerge pull request #2330 from bangerth/fix-compilation
David Wells [Thu, 10 Mar 2016 05:37:51 +0000 (00:37 -0500)]
Merge pull request #2330 from bangerth/fix-compilation

Fix compilation.

8 years agoPerform the same modifications for new_thread() as well. 2330/head
Wolfgang Bangerth [Thu, 10 Mar 2016 04:28:02 +0000 (22:28 -0600)]
Perform the same modifications for new_thread() as well.

8 years agoFix compilation.
Wolfgang Bangerth [Thu, 10 Mar 2016 01:33:31 +0000 (19:33 -0600)]
Fix compilation.

GCC 4.6.3 does support C++11 but apparently runs into
trouble with the recent addition of the new Threads::new_task()
function. This patch ensures that the right overload is found
by not specifying a template argument explicitly, but explicitly
casting the argument to the type of the argument of the function
we want to call. This cast would have to be performed also when
specifying the template argument explicitly.

8 years agoLet the 'indent' custom target print a better message.
Wolfgang Bangerth [Thu, 10 Mar 2016 01:31:14 +0000 (19:31 -0600)]
Let the 'indent' custom target print a better message.

The existing message displays the command that is being executed. Instead
say what it *does*.

8 years agotest assembler_simple_system_inhom_01
Joscha Gedicke [Wed, 9 Mar 2016 17:31:01 +0000 (18:31 +0100)]
test assembler_simple_system_inhom_01

8 years agoMerge pull request #2324 from ESeNonFossiIo/NURBSPatchManifold
Luca Heltai [Wed, 9 Mar 2016 18:16:20 +0000 (19:16 +0100)]
Merge pull request #2324 from ESeNonFossiIo/NURBSPatchManifold

Nurbs patch manifold

8 years agodocumentation 2324/head
ESeNonFossiIo [Tue, 8 Mar 2016 21:16:47 +0000 (22:16 +0100)]
documentation

8 years agotest for ../tests/opencascade/nurbs_patches_manifold_00
ESeNonFossiIo [Tue, 8 Mar 2016 20:48:45 +0000 (21:48 +0100)]
test for ../tests/opencascade/nurbs_patches_manifold_00

8 years agoNURBSPatchManifold
ESeNonFossiIo [Tue, 8 Mar 2016 20:48:25 +0000 (21:48 +0100)]
NURBSPatchManifold

8 years agoMerge pull request #2326 from bangerth/new-new-task
Luca Heltai [Wed, 9 Mar 2016 14:23:33 +0000 (15:23 +0100)]
Merge pull request #2326 from bangerth/new-new-task

Implement a C++11 conforming way to pass lambdas etc to new_task().

8 years agoAdd another note. 2326/head
Wolfgang Bangerth [Wed, 9 Mar 2016 13:55:07 +0000 (07:55 -0600)]
Add another note.

8 years agoAdd another test.
Wolfgang Bangerth [Wed, 9 Mar 2016 13:49:29 +0000 (07:49 -0600)]
Add another test.

8 years agoAdd tests.
Wolfgang Bangerth [Wed, 9 Mar 2016 02:08:54 +0000 (20:08 -0600)]
Add tests.

8 years agoImplement a C++11 conforming way to pass lambdas etc to new_task().
Wolfgang Bangerth [Wed, 9 Mar 2016 02:08:32 +0000 (20:08 -0600)]
Implement a C++11 conforming way to pass lambdas etc to new_task().

8 years agoMerge pull request #2323 from nicola-giuliani/interpolate_codim_one
Wolfgang Bangerth [Tue, 8 Mar 2016 12:35:40 +0000 (06:35 -0600)]
Merge pull request #2323 from nicola-giuliani/interpolate_codim_one

instantiation codim

8 years agoMerge pull request #2322 from appiazzolla/master
Wolfgang Bangerth [Tue, 8 Mar 2016 12:35:14 +0000 (06:35 -0600)]
Merge pull request #2322 from appiazzolla/master

Remove only one block warning.

8 years agotypo 2323/head
Nicola Giuliani [Tue, 8 Mar 2016 12:25:57 +0000 (13:25 +0100)]
typo

8 years agoindent corrected
Joscha Gedicke [Tue, 8 Mar 2016 10:42:24 +0000 (11:42 +0100)]
indent corrected

8 years agosolved row vs column issue
Joscha Gedicke [Tue, 8 Mar 2016 09:09:35 +0000 (10:09 +0100)]
solved row vs column issue

8 years agoinstantiation codim
Nicola Giuliani [Tue, 8 Mar 2016 10:33:19 +0000 (11:33 +0100)]
instantiation codim

8 years agoEliminating lines instead of commenting them out 2322/head
Pablo Lucero [Tue, 8 Mar 2016 06:09:57 +0000 (07:09 +0100)]
Eliminating lines instead of commenting them out

8 years agoRemove only one block warning. I find it not that useful and very annoying in a matri...
Pablo Lucero [Mon, 7 Mar 2016 22:12:42 +0000 (23:12 +0100)]
Remove only one block warning. I find it not that useful and very annoying in a matrix free setup when this class is called frequently

8 years agoRe-use constraint pointer from ResidualSimple
Joscha Gedicke [Mon, 7 Mar 2016 17:44:07 +0000 (18:44 +0100)]
Re-use constraint pointer from ResidualSimple

8 years agoadd two more empty lines between old and new function
Joscha Gedicke [Mon, 7 Mar 2016 17:43:15 +0000 (18:43 +0100)]
add two more empty lines between old and new function

8 years agoadd comment to new function
Joscha Gedicke [Mon, 7 Mar 2016 17:41:26 +0000 (18:41 +0100)]
add comment to new function

8 years agoMerge pull request #2308 from luca-heltai/tangent-spherical
Wolfgang Bangerth [Mon, 7 Mar 2016 13:51:21 +0000 (07:51 -0600)]
Merge pull request #2308 from luca-heltai/tangent-spherical

Implemented get_tangent_vector for SphericalManifold.

8 years agoMerge pull request #2294 from drwells/sparsity-tools-dg-coupling-1d
Martin Kronbichler [Mon, 7 Mar 2016 13:43:12 +0000 (14:43 +0100)]
Merge pull request #2294 from drwells/sparsity-tools-dg-coupling-1d

[WIP] Sparsity tools DG coupling 1D

8 years agoMerge pull request #2318 from bangerth/fix-compilation-2
Bruno Turcksin [Mon, 7 Mar 2016 13:39:07 +0000 (08:39 -0500)]
Merge pull request #2318 from bangerth/fix-compilation-2

Provide necessary #include file and properly qualify name.

8 years agoMinor cleanups. 2308/head
Luca Heltai [Mon, 7 Mar 2016 13:27:19 +0000 (14:27 +0100)]
Minor cleanups.

8 years agoProvide necessary #include file and properly qualify name. 2318/head
Wolfgang Bangerth [Mon, 7 Mar 2016 13:32:22 +0000 (07:32 -0600)]
Provide necessary #include file and properly qualify name.


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.