]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
7 years agoMerge pull request #3208 from tjhei/fe_enriched_cxx14
Wolfgang Bangerth [Thu, 6 Oct 2016 03:02:00 +0000 (21:02 -0600)]
Merge pull request #3208 from tjhei/fe_enriched_cxx14

disable FE_Enriched without cxx14

7 years agoMerge pull request #3206 from masterleinad/fix_extrapolate_complex
Wolfgang Bangerth [Thu, 6 Oct 2016 03:00:50 +0000 (21:00 -0600)]
Merge pull request #3206 from masterleinad/fix_extrapolate_complex

Fix ExtrapolateImplementation for arbitrary VectorTypes

7 years agoMerge pull request #3205 from bangerth/fix-error-message-2
Matthias Maier [Wed, 5 Oct 2016 23:37:59 +0000 (18:37 -0500)]
Merge pull request #3205 from bangerth/fix-error-message-2

Make exception messages more consistent.

7 years agoMerge pull request #3203 from bangerth/doc-update-9
David Wells [Wed, 5 Oct 2016 23:29:53 +0000 (19:29 -0400)]
Merge pull request #3203 from bangerth/doc-update-9

Add a test.

7 years agodisable tests without cxx14 3208/head
Timo Heister [Wed, 5 Oct 2016 20:33:53 +0000 (16:33 -0400)]
disable tests without cxx14

7 years agodisable FE_enriched without cxx14
Timo Heister [Wed, 5 Oct 2016 20:30:30 +0000 (16:30 -0400)]
disable FE_enriched without cxx14

7 years agoMerge pull request #3186 from tjhei/no_set_bdry_id_internal
Wolfgang Bangerth [Wed, 5 Oct 2016 19:38:40 +0000 (13:38 -0600)]
Merge pull request #3186 from tjhei/no_set_bdry_id_internal

disallow set_boundary_id() on internal faces

7 years agoFix ExtrapolateImplementation for arbitrary VectorTypes 3206/head
Daniel Arndt [Wed, 5 Oct 2016 14:04:09 +0000 (16:04 +0200)]
Fix ExtrapolateImplementation for arbitrary VectorTypes

7 years agoMerge pull request #3204 from tjhei/fix_torus_test_output
David Wells [Wed, 5 Oct 2016 15:35:11 +0000 (11:35 -0400)]
Merge pull request #3204 from tjhei/fix_torus_test_output

fix grid/torus_01 test output

7 years agoMerge pull request #3202 from masterleinad/silence_enriched_warning
Denis Davydov [Wed, 5 Oct 2016 13:25:49 +0000 (15:25 +0200)]
Merge pull request #3202 from masterleinad/silence_enriched_warning

Silence warning in FE_Enriched

7 years agoSilence warning in FE_Enriched 3202/head
Daniel Arndt [Wed, 5 Oct 2016 10:40:12 +0000 (12:40 +0200)]
Silence warning in FE_Enriched

7 years agoAdd a test that verifies that GridReordering fixes edge orientations. 3203/head
Wolfgang Bangerth [Sat, 28 Mar 2015 04:56:00 +0000 (23:56 -0500)]
Add a test that verifies that GridReordering fixes edge orientations.

7 years agoMake exception messages more consistent. 3205/head
Wolfgang Bangerth [Tue, 4 Oct 2016 23:32:17 +0000 (17:32 -0600)]
Make exception messages more consistent.

In particular, change the following two things: (i) Say 'Additional information'
instead of 'Additional Information' because the rest of the text is also
capitalized in the common way. (ii) Indent the actual (additional) error text
by four characters, just like the other additional pieces of information.

The result is that errors now look like this:

--------------------------------------------------------
An error occurred in line <710> of file </home/fac/f/bangerth/p/deal.II/1/install/examples/step-6/step-6.cc> in function
    int main()
The violated condition was:
    false
Additional information:
    abcdef

Stacktrace:
-----------
#0  ./step-6: main
--------------------------------------------------------

7 years agofix grid/torus_01 test output 3204/head
Timo Heister [Wed, 5 Oct 2016 12:55:48 +0000 (08:55 -0400)]
fix grid/torus_01 test output

7 years agodisallow set_boundary_id() on internal faces 3186/head
Timo Heister [Tue, 4 Oct 2016 16:40:11 +0000 (12:40 -0400)]
disallow set_boundary_id() on internal faces

7 years agoMerge pull request #3189 from bangerth/fix-error-message
Timo Heister [Wed, 5 Oct 2016 12:39:28 +0000 (08:39 -0400)]
Merge pull request #3189 from bangerth/fix-error-message

Tighten up error messages.

7 years agoMerge pull request #3200 from davydden/fe_enriched_tests
Wolfgang Bangerth [Wed, 5 Oct 2016 12:28:13 +0000 (06:28 -0600)]
Merge pull request #3200 from davydden/fe_enriched_tests

add two Asserts in fe_enriched_step-36 unit test

7 years agoMerge pull request #3195 from bangerth/fix-test-5
Timo Heister [Wed, 5 Oct 2016 12:26:01 +0000 (08:26 -0400)]
Merge pull request #3195 from bangerth/fix-test-5

Do not use 'typename' outside templates.

7 years agominor cleanup of fe_enriched_step-36 unit test 3200/head
Denis Davydov [Wed, 5 Oct 2016 08:44:28 +0000 (10:44 +0200)]
minor cleanup of fe_enriched_step-36 unit test

7 years agoMerge pull request #3198 from bangerth/doc-update
Luca Heltai [Wed, 5 Oct 2016 08:06:05 +0000 (10:06 +0200)]
Merge pull request #3198 from bangerth/doc-update

Update the documentation of Manifold::normal_vector().

7 years agoadd two Asserts in fe_enriched_step-36 unit test
Denis Davydov [Wed, 5 Oct 2016 05:27:56 +0000 (07:27 +0200)]
add two Asserts in fe_enriched_step-36 unit test

7 years agoMerge pull request #3191 from bangerth/fix-test
Matthias Maier [Wed, 5 Oct 2016 01:58:51 +0000 (20:58 -0500)]
Merge pull request #3191 from bangerth/fix-test

Fix output of test.

7 years agoMerge pull request #3190 from bangerth/fix-dereference
Matthias Maier [Wed, 5 Oct 2016 01:58:14 +0000 (20:58 -0500)]
Merge pull request #3190 from bangerth/fix-dereference

Do not dereference pointers unless we know that they are non-NULL.

7 years agoUpdate the documentation of Manifold::normal_vector(). 3198/head
Wolfgang Bangerth [Wed, 5 Oct 2016 00:36:56 +0000 (18:36 -0600)]
Update the documentation of Manifold::normal_vector().

7 years agoMerge pull request #3196 from masterleinad/mem_64bit
Wolfgang Bangerth [Tue, 4 Oct 2016 20:58:19 +0000 (14:58 -0600)]
Merge pull request #3196 from masterleinad/mem_64bit

Fix the memory_consumption output for 64bit indices

7 years agoDo not use 'typename' outside templates. 3195/head
Wolfgang Bangerth [Tue, 4 Oct 2016 20:25:42 +0000 (14:25 -0600)]
Do not use 'typename' outside templates.

7 years agoFix the test output for 64bit indices as well 3196/head
Daniel Arndt [Tue, 4 Oct 2016 20:46:20 +0000 (22:46 +0200)]
Fix the test output for 64bit indices as well

7 years agoMerge pull request #3193 from bangerth/fix-test-3
Timo Heister [Tue, 4 Oct 2016 20:25:31 +0000 (16:25 -0400)]
Merge pull request #3193 from bangerth/fix-test-3

Do not use 'typename' outside templates.

7 years agoMerge pull request #3194 from bangerth/fix-test-4
Timo Heister [Tue, 4 Oct 2016 20:24:51 +0000 (16:24 -0400)]
Merge pull request #3194 from bangerth/fix-test-4

Do not use 'typename' outside templates.

7 years agoMerge pull request #3192 from bangerth/fix-test-2
Timo Heister [Tue, 4 Oct 2016 20:24:34 +0000 (16:24 -0400)]
Merge pull request #3192 from bangerth/fix-test-2

Do not use 'typename' outside templates.

7 years agoDo not use 'typename' outside templates. 3194/head
Wolfgang Bangerth [Tue, 4 Oct 2016 20:22:18 +0000 (14:22 -0600)]
Do not use 'typename' outside templates.

7 years agoDo not use 'typename' outside templates. 3193/head
Wolfgang Bangerth [Tue, 4 Oct 2016 20:20:41 +0000 (14:20 -0600)]
Do not use 'typename' outside templates.

7 years agoDo not use 'typename' outside templates. 3192/head
Wolfgang Bangerth [Tue, 4 Oct 2016 20:17:13 +0000 (14:17 -0600)]
Do not use 'typename' outside templates.

7 years agoFix output of test. 3191/head
Wolfgang Bangerth [Tue, 4 Oct 2016 20:15:29 +0000 (14:15 -0600)]
Fix output of test.

The memory consumption for Triangulation recently changed with #3163.
I have been seeing the difference for finite elements for longer already,
but don't recall which change broke the test.

7 years agoDo not dereference pointers unless we know that they are non-NULL. 3190/head
Wolfgang Bangerth [Tue, 4 Oct 2016 20:12:30 +0000 (14:12 -0600)]
Do not dereference pointers unless we know that they are non-NULL.

7 years agoTighten up error messages. 3189/head
Wolfgang Bangerth [Tue, 4 Oct 2016 19:57:04 +0000 (13:57 -0600)]
Tighten up error messages.

It has long annoyed me that when we print exception messages that were created
via ExcMessage, that the information is really duplicative. Example:

--------------------------------------------------------
An error occurred in line <710> of file <.../step-6.cc> in function
    int main()
The violated condition was:
    false
The name and call sequence of the exception was:
    ExcMessage ("abc" "def")
Additional Information:
abcdef

Stacktrace:
-----------
#0  ./step-6: main
--------------------------------------------------------

Here, the text that comes after 'The name and call sequence...'
is duplicative with what comes after 'Additional Information:'.

This is specifically the case for ExcMessage errors because
there *everything* that constructs the 'Additional information'
will actually be also under 'The name and...' part.

This patch cleans this up by omitting the first of these two
parts if the error message was created via ExcMessage.

7 years agoMerge pull request #3187 from tjhei/remove_warnings
Wolfgang Bangerth [Tue, 4 Oct 2016 16:51:03 +0000 (10:51 -0600)]
Merge pull request #3187 from tjhei/remove_warnings

remove warnings

7 years agoremove warnings 3187/head
Timo Heister [Tue, 4 Oct 2016 16:49:13 +0000 (12:49 -0400)]
remove warnings

clang warns with.
```
/ssd/deal-git/source/fe/fe_tools_extrapolate.cc:708:20: warning:
reference cannot be bound to dereferenced null pointer in well-defined
C++ code; comparison may be assumed to always evaluate to true
[-Wtautological-undefined-compare]
```

7 years agoMerge pull request #3179 from tjhei/mg_comments
Wolfgang Bangerth [Tue, 4 Oct 2016 16:39:25 +0000 (10:39 -0600)]
Merge pull request #3179 from tjhei/mg_comments

improve comments in multigrid method

7 years agoMerge pull request #3185 from tjhei/fix_hyper_cube_slit
David Wells [Tue, 4 Oct 2016 15:40:11 +0000 (11:40 -0400)]
Merge pull request #3185 from tjhei/fix_hyper_cube_slit

Fix hyper cube slit

7 years agofix test output 3185/head
Timo Heister [Tue, 4 Oct 2016 14:17:30 +0000 (10:17 -0400)]
fix test output

7 years agoindent
Timo Heister [Tue, 4 Oct 2016 14:17:15 +0000 (10:17 -0400)]
indent

7 years agochangelog entry
Timo Heister [Tue, 4 Oct 2016 14:09:26 +0000 (10:09 -0400)]
changelog entry

7 years agofix colorized hyper_cube_slit
Timo Heister [Tue, 4 Oct 2016 14:08:16 +0000 (10:08 -0400)]
fix colorized hyper_cube_slit

GridGenerator::hyper_cube_slit() was setting the wrong boundary ids when
colorize was set to true.

7 years agoMerge pull request #3173 from bangerth/updates-to-the-P1NC-element
Timo Heister [Tue, 4 Oct 2016 13:12:30 +0000 (09:12 -0400)]
Merge pull request #3173 from bangerth/updates-to-the-P1NC-element

Update the P1NC element implementation.

7 years agoupdate comments in multigrid method 3179/head
Timo Heister [Mon, 3 Oct 2016 20:40:52 +0000 (16:40 -0400)]
update comments in multigrid method

7 years agoUpdate the P1NC element implementation. 3173/head
Wolfgang Bangerth [Fri, 30 Sep 2016 22:25:44 +0000 (16:25 -0600)]
Update the P1NC element implementation.

Specifically, this updates the class documentation for language
and clarity. It also tightens up the code in a number of places.

7 years agoMerge pull request #3182 from bangerth/fix-tests
Timo Heister [Mon, 3 Oct 2016 21:43:42 +0000 (17:43 -0400)]
Merge pull request #3182 from bangerth/fix-tests

Correct ParameterHandler test outputs.

7 years agoCorrect test outputs. 3182/head
Wolfgang Bangerth [Mon, 3 Oct 2016 21:41:14 +0000 (15:41 -0600)]
Correct test outputs.

On my desktop, I have not installed numdiff yet, and these tests fail because
there are either differences in whitespace, or there is a trailing colon on
a line. Neither seem to bother numdiff, but they bother regular diff. Fix this
by checking in corrected versions of these output files.

7 years agoMerge pull request #3177 from bangerth/doc-update
David Wells [Mon, 3 Oct 2016 16:59:19 +0000 (12:59 -0400)]
Merge pull request #3177 from bangerth/doc-update

Fix formatting of doc text.

7 years agoMerge pull request #3178 from masterleinad/fix_style
Wolfgang Bangerth [Mon, 3 Oct 2016 16:28:15 +0000 (10:28 -0600)]
Merge pull request #3178 from masterleinad/fix_style

Fixup all the other ':: '

7 years agoMerge pull request #2753 from masterleinad/martin_extrapolate
Daniel Arndt [Mon, 3 Oct 2016 16:22:53 +0000 (18:22 +0200)]
Merge pull request #2753 from masterleinad/martin_extrapolate

FETools::extrapolate rebased

7 years agoFix related tests 2753/head
Daniel Arndt [Mon, 3 Oct 2016 13:21:35 +0000 (15:21 +0200)]
Fix related tests

7 years agoHide parallel implementation and use guards for vtk test output
Daniel Arndt [Wed, 28 Sep 2016 16:29:44 +0000 (18:29 +0200)]
Hide parallel implementation and use guards for vtk test output

7 years agoMake sure to receive messages from the correct round
Daniel Arndt [Tue, 27 Sep 2016 16:39:08 +0000 (18:39 +0200)]
Make sure to receive messages from the correct round

7 years agoAdd dealii comment blob and split extrapolate into an own file
Daniel Arndt [Tue, 27 Sep 2016 15:33:34 +0000 (17:33 +0200)]
Add dealii comment blob and split extrapolate into an own file

7 years agoEntry to changes.h
Daniel Arndt [Sat, 3 Sep 2016 09:02:43 +0000 (11:02 +0200)]
Entry to changes.h

7 years agoFix doxygen documentation
Daniel Arndt [Sat, 3 Sep 2016 08:56:03 +0000 (10:56 +0200)]
Fix doxygen documentation

7 years agoguard implementation by check for p4est
Daniel Arndt [Fri, 2 Sep 2016 21:35:21 +0000 (23:35 +0200)]
guard implementation by check for p4est

7 years agoMake C++03 conforming
Daniel Arndt [Fri, 2 Sep 2016 15:36:13 +0000 (17:36 +0200)]
Make C++03 conforming

7 years agoAdd tests
Daniel Arndt [Fri, 2 Sep 2016 21:18:39 +0000 (23:18 +0200)]
Add tests

7 years agoFix implementation
Daniel Arndt [Fri, 2 Sep 2016 21:17:14 +0000 (23:17 +0200)]
Fix implementation

7 years agoRestructure fe_tools_interpolate.cc
Daniel Arndt [Fri, 2 Sep 2016 21:11:08 +0000 (23:11 +0200)]
Restructure fe_tools_interpolate.cc

7 years agomove p4est wrappers
Daniel Arndt [Fri, 2 Sep 2016 21:09:14 +0000 (23:09 +0200)]
move p4est wrappers

7 years agoFix some includes for rebasing
Daniel Arndt [Wed, 6 Jul 2016 16:13:21 +0000 (18:13 +0200)]
Fix some includes for rebasing

7 years agoFETools::extrapolate: add forward declaration
msteigemann [Thu, 18 Jun 2015 18:15:21 +0000 (20:15 +0200)]
FETools::extrapolate: add forward declaration

7 years agoFETools::extrapolate: Working on the extrapolate algorithm on distributed parallel...
msteigemann [Mon, 15 Jun 2015 13:59:08 +0000 (15:59 +0200)]
FETools::extrapolate: Working on the extrapolate algorithm on distributed parallel grids

7 years agoFixup all the other ':: ' 3178/head
Daniel Arndt [Mon, 3 Oct 2016 16:07:59 +0000 (18:07 +0200)]
Fixup all the other ':: '

7 years agoFix formatting of doc text. 3177/head
Wolfgang Bangerth [Mon, 3 Oct 2016 16:02:15 +0000 (10:02 -0600)]
Fix formatting of doc text.

7 years agoMerge pull request #3176 from bangerth/fix-style-issue
Bruno Turcksin [Mon, 3 Oct 2016 15:55:30 +0000 (11:55 -0400)]
Merge pull request #3176 from bangerth/fix-style-issue

Eliminate an unnecessary space.

7 years agoEliminate an unnecessary space. 3176/head
Wolfgang Bangerth [Mon, 3 Oct 2016 15:42:42 +0000 (09:42 -0600)]
Eliminate an unnecessary space.

7 years agoMerge pull request #3172 from bangerth/doc-update
Bruno Turcksin [Mon, 3 Oct 2016 13:07:29 +0000 (09:07 -0400)]
Merge pull request #3172 from bangerth/doc-update

Update the description of ConstraintMatrix::print().

7 years agoMerge pull request #3155 from Rombur/trapezoid
Bruno Turcksin [Mon, 3 Oct 2016 13:06:07 +0000 (09:06 -0400)]
Merge pull request #3155 from Rombur/trapezoid

Add GridGenerator for a general quadrilateral/general hexahedron.

7 years agoAdd GridGenerator for a general cell. 3155/head
Bruno Turcksin [Thu, 22 Sep 2016 21:39:05 +0000 (17:39 -0400)]
Add GridGenerator for a general cell.

7 years agoMerge pull request #3170 from kronbichler/documentation_fe_evaluation
Bruno Turcksin [Mon, 3 Oct 2016 12:22:59 +0000 (08:22 -0400)]
Merge pull request #3170 from kronbichler/documentation_fe_evaluation

Augment documentation

7 years agoMerge pull request #3174 from JaeryunYim/master
Wolfgang Bangerth [Sun, 2 Oct 2016 23:40:36 +0000 (17:40 -0600)]
Merge pull request #3174 from JaeryunYim/master

Add a description of the addition of FE_P1NC

7 years agoMerge pull request #3119 from kronbichler/master
Timo Heister [Sun, 2 Oct 2016 21:12:01 +0000 (17:12 -0400)]
Merge pull request #3119 from kronbichler/master

Restrict the complete defect at once to the coarse level.

7 years agoMerge pull request #3175 from luca-heltai/manifold-fix-2
Martin Kronbichler [Sun, 2 Oct 2016 17:42:38 +0000 (19:42 +0200)]
Merge pull request #3175 from luca-heltai/manifold-fix-2

Fix #3165

7 years agoAdd a description of the addition of the class FE_P1NC. 3174/head
Jaeryun Yim [Sun, 2 Oct 2016 17:05:30 +0000 (02:05 +0900)]
Add a description of the addition of the class FE_P1NC.

7 years agoFixed bug in SphericalManifold for 3D case. 3175/head
Luca Heltai [Sat, 1 Oct 2016 16:42:30 +0000 (18:42 +0200)]
Fixed bug in SphericalManifold for 3D case.

When R>>1 and C != Point<spacedim>(), SphericalManifold
computed directions by subtracting the center twice.

7 years agoMerge pull request #3171 from bangerth/reimplement-2d-grid-orientation-fixes
Timo Heister [Sat, 1 Oct 2016 20:32:42 +0000 (16:32 -0400)]
Merge pull request #3171 from bangerth/reimplement-2d-grid-orientation-fixes

Apply the fixes requested by @tjhei in #3166.

7 years agoAugment documentation of FEEvaluation 3170/head
Martin Kronbichler [Fri, 30 Sep 2016 14:56:35 +0000 (16:56 +0200)]
Augment documentation of FEEvaluation

7 years agoMerge pull request #2851 from JaeryunYim/master
Wolfgang Bangerth [Fri, 30 Sep 2016 21:42:40 +0000 (15:42 -0600)]
Merge pull request #2851 from JaeryunYim/master

P1 nonconforming finite element on quads : FE_P1NC

7 years agoMerge pull request #3115 from davydden/feature/fe_enriched
Wolfgang Bangerth [Fri, 30 Sep 2016 21:12:26 +0000 (15:12 -0600)]
Merge pull request #3115 from davydden/feature/fe_enriched

FE_Enriched

7 years agoMerge pull request #3122 from drwells/parameterhandler-exceptions
Wolfgang Bangerth [Fri, 30 Sep 2016 21:11:01 +0000 (15:11 -0600)]
Merge pull request #3122 from drwells/parameterhandler-exceptions

Parameterhandler exceptions

7 years agoUpdate the description of ConstraintMatrix::print(). 3172/head
Wolfgang Bangerth [Fri, 30 Sep 2016 19:08:37 +0000 (13:08 -0600)]
Update the description of ConstraintMatrix::print().

7 years agoMerge pull request #3168 from masterleinad/remove_manifold_warning
David Wells [Fri, 30 Sep 2016 18:16:29 +0000 (14:16 -0400)]
Merge pull request #3168 from masterleinad/remove_manifold_warning

Remove warning about hidden function

7 years agoApply the fixes requested by @tjhei in #3166. 3171/head
Wolfgang Bangerth [Fri, 30 Sep 2016 18:11:37 +0000 (13:11 -0500)]
Apply the fixes requested by @tjhei in #3166.

7 years agoMerge pull request #3166 from bangerth/reimplement-2d-grid-reorientation
Daniel Arndt [Fri, 30 Sep 2016 17:29:41 +0000 (19:29 +0200)]
Merge pull request #3166 from bangerth/reimplement-2d-grid-reorientation

Reimplement 2d grid reorientation

7 years agoMerge pull request #3169 from kronbichler/fix_trilinos_vector_mpi
Daniel Arndt [Fri, 30 Sep 2016 17:28:26 +0000 (19:28 +0200)]
Merge pull request #3169 from kronbichler/fix_trilinos_vector_mpi

Make compile without MPI

7 years agoMake compile without MPI 3169/head
Martin Kronbichler [Fri, 30 Sep 2016 14:55:29 +0000 (16:55 +0200)]
Make compile without MPI

7 years agoRemove warning about hidden function 3168/head
Daniel Arndt [Fri, 30 Sep 2016 14:16:27 +0000 (16:16 +0200)]
Remove warning about hidden function

7 years agoremove an empty line 2851/head
Jaeryun Yim [Fri, 30 Sep 2016 13:37:00 +0000 (22:37 +0900)]
remove an empty line

7 years agoMinor edits on the description.
Jaeryun Yim [Fri, 30 Sep 2016 13:28:58 +0000 (22:28 +0900)]
Minor edits on the description.

7 years agoEdit indents.
Jaeryun Yim [Fri, 30 Sep 2016 12:45:55 +0000 (21:45 +0900)]
Edit indents.

7 years agoEdit the functions related with face & subface data.
Jaeryun Yim [Fri, 30 Sep 2016 12:42:49 +0000 (21:42 +0900)]
Edit the functions related with face & subface data.
- Add get_face_data(), get_subface_data()
- Fix fill_fe_face_values(), fill_fe_subface_values()

7 years agoEdits for the Hessian.
Jaeryun Yim [Fri, 30 Sep 2016 10:19:18 +0000 (19:19 +0900)]
Edits for the Hessian.

7 years agoMerge pull request #3167 from bangerth/fix-typo
Martin Kronbichler [Fri, 30 Sep 2016 08:31:01 +0000 (10:31 +0200)]
Merge pull request #3167 from bangerth/fix-typo

Fix a typo.

7 years agoEdit the codes for the tests.
Jaeryun Yim [Fri, 30 Sep 2016 07:21:09 +0000 (16:21 +0900)]
Edit the codes for the tests.
- remove the macros: '#define PRECISION'
- edit spacings

7 years agoFix a typo. 3167/head
Wolfgang Bangerth [Thu, 29 Sep 2016 22:16:16 +0000 (17:16 -0500)]
Fix a typo.


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.