]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoRemove unnecessary "using namespace" directives from the tutorials. 9732/head
Reza Rastak [Wed, 25 Mar 2020 17:14:16 +0000 (10:14 -0700)]
Remove unnecessary "using namespace" directives from the tutorials.

4 years agoMerge pull request #9727 from peterrum/mf_tree_improvement
Daniel Arndt [Fri, 27 Mar 2020 03:40:38 +0000 (23:40 -0400)]
Merge pull request #9727 from peterrum/mf_tree_improvement

Add improvements to the mf path graph

4 years agoMerge pull request #9734 from peterrum/hp_dofhandler_remove_get_fe
Daniel Arndt [Fri, 27 Mar 2020 03:38:39 +0000 (23:38 -0400)]
Merge pull request #9734 from peterrum/hp_dofhandler_remove_get_fe

Remove hp::DoFHandler::get_fe()

4 years agoMerge pull request #9742 from masterleinad/remove_all_normal
Wolfgang Bangerth [Fri, 27 Mar 2020 03:08:20 +0000 (04:08 +0100)]
Merge pull request #9742 from masterleinad/remove_all_normal

Remove FEValuesBase::get_all_normal_vectors

4 years agoMerge pull request #9745 from tjhei/clang10_warnings
Wolfgang Bangerth [Fri, 27 Mar 2020 03:05:15 +0000 (04:05 +0100)]
Merge pull request #9745 from tjhei/clang10_warnings

fix a couple of Clang 10 warnings

4 years agoMerge pull request #9705 from kronbichler/vectorization_name_bits
Timo Heister [Fri, 27 Mar 2020 00:47:13 +0000 (20:47 -0400)]
Merge pull request #9705 from kronbichler/vectorization_name_bits

Introduce DEAL_II_VECTORIZATION_WIDTH_IN_BITS

4 years agoAdd improvements to the mf path graph 9727/head
Peter Munch [Tue, 24 Mar 2020 21:58:04 +0000 (22:58 +0100)]
Add improvements to the mf path graph

4 years agoRemove hp::DoFHandler::get_fe() 9734/head
Peter Munch [Wed, 25 Mar 2020 20:47:31 +0000 (21:47 +0100)]
Remove hp::DoFHandler::get_fe()

4 years agoRemove FEValuesBase::get_all_normal_vectors 9742/head
Daniel Arndt [Thu, 26 Mar 2020 16:23:09 +0000 (12:23 -0400)]
Remove FEValuesBase::get_all_normal_vectors

4 years agoMerge pull request #9744 from masterleinad/remove_mglevelobject_clear
Daniel Arndt [Thu, 26 Mar 2020 22:40:34 +0000 (18:40 -0400)]
Merge pull request #9744 from masterleinad/remove_mglevelobject_clear

Remove MGLevelObject::clear()

4 years agosilence boost warnings 9745/head
Timo Heister [Thu, 26 Mar 2020 21:53:30 +0000 (17:53 -0400)]
silence boost warnings

4 years agoboost: fix misleading indent
Timo Heister [Thu, 26 Mar 2020 21:21:31 +0000 (17:21 -0400)]
boost: fix misleading indent

4 years agofix clang 10 warnings
Timo Heister [Thu, 26 Mar 2020 20:59:34 +0000 (16:59 -0400)]
fix clang 10 warnings

4 years agoUnconditionally bail out on non-AVX 256 vectorization without SSE2. 9705/head
Martin Kronbichler [Tue, 24 Mar 2020 17:49:07 +0000 (18:49 +0100)]
Unconditionally bail out on non-AVX 256 vectorization without SSE2.

x86-64 is currently the only architecture and the file needs to be extended
in case we want to support other architectures as well.

4 years agoDo not deprecate DEAL_II_COMPILER_VECTORIZATION_LEVEL for now
Martin Kronbichler [Tue, 24 Mar 2020 17:48:02 +0000 (18:48 +0100)]
Do not deprecate DEAL_II_COMPILER_VECTORIZATION_LEVEL for now

4 years agoChangelog
Martin Kronbichler [Tue, 24 Mar 2020 16:45:58 +0000 (17:45 +0100)]
Changelog

4 years agoMerge pull request #9740 from masterleinad/replcae_tableindices_constructors
Martin Kronbichler [Thu, 26 Mar 2020 21:22:53 +0000 (22:22 +0100)]
Merge pull request #9740 from masterleinad/replcae_tableindices_constructors

Replace deprecated TableIndices constructors

4 years agoMerge pull request #9726 from tjhei/replace_n_array_elements_in_doc
Martin Kronbichler [Thu, 26 Mar 2020 21:17:42 +0000 (22:17 +0100)]
Merge pull request #9726 from tjhei/replace_n_array_elements_in_doc

replace n_array_elements in a few comments

4 years agoreplace n_array_elements in a few comments 9726/head
Timo Heister [Tue, 24 Mar 2020 15:05:53 +0000 (11:05 -0400)]
replace n_array_elements in a few comments

Follow-up to #9688

4 years agoRemove MGLevelObject::clear() 9744/head
Daniel Arndt [Thu, 26 Mar 2020 16:49:12 +0000 (12:49 -0400)]
Remove MGLevelObject::clear()

4 years agoMerge pull request #9738 from peterrum/mf_util_fix
Daniel Arndt [Thu, 26 Mar 2020 14:31:02 +0000 (10:31 -0400)]
Merge pull request #9738 from peterrum/mf_util_fix

Fix MatrixFreeTools

4 years agoReplace deprecated TableIndices constructors 9740/head
Daniel Arndt [Thu, 26 Mar 2020 13:47:48 +0000 (09:47 -0400)]
Replace deprecated TableIndices constructors

4 years agoFix MatrixFreeTools 9738/head
Peter Munch [Thu, 26 Mar 2020 09:29:32 +0000 (10:29 +0100)]
Fix MatrixFreeTools

4 years agoMerge pull request #9737 from gassmoeller/specify_unique_namespace
Daniel Arndt [Thu, 26 Mar 2020 04:58:46 +0000 (00:58 -0400)]
Merge pull request #9737 from gassmoeller/specify_unique_namespace

Uniquely specify namespace

4 years agoMerge pull request #9731 from peterrum/mf_util
Daniel Arndt [Thu, 26 Mar 2020 02:31:06 +0000 (22:31 -0400)]
Merge pull request #9731 from peterrum/mf_util

Introduce new namespace MatrixFreeTools

4 years agoMerge pull request #9735 from peterrum/dofhandler_n_locally_owned_dofs_return_type
Wolfgang Bangerth [Thu, 26 Mar 2020 01:42:08 +0000 (02:42 +0100)]
Merge pull request #9735 from peterrum/dofhandler_n_locally_owned_dofs_return_type

Change return type of DoFHandler::n_locally_owned_dofs()

4 years agoUniquely specify namespace 9737/head
Rene Gassmoeller [Wed, 25 Mar 2020 23:36:49 +0000 (16:36 -0700)]
Uniquely specify namespace

4 years agoMerge pull request #9736 from masterleinad/replace_construction_data
Martin Kronbichler [Wed, 25 Mar 2020 22:07:32 +0000 (23:07 +0100)]
Merge pull request #9736 from masterleinad/replace_construction_data

Replace ConstructionData in documentation

4 years agoReplace ConstructionData in documentation 9736/head
Daniel Arndt [Wed, 25 Mar 2020 21:17:22 +0000 (17:17 -0400)]
Replace ConstructionData in documentation

4 years agoIntroduce new namespace MatrixFreeTools 9731/head
Peter Munch [Wed, 25 Mar 2020 09:54:32 +0000 (10:54 +0100)]
Introduce new namespace MatrixFreeTools

4 years agoChange return type of DoFHandler::n_locally_owned_dofs() 9735/head
Peter Munch [Wed, 25 Mar 2020 21:08:29 +0000 (22:08 +0100)]
Change return type of DoFHandler::n_locally_owned_dofs()

4 years agoMerge pull request #9725 from tjhei/deprecate_n_array_explain
Martin Kronbichler [Wed, 25 Mar 2020 12:33:26 +0000 (13:33 +0100)]
Merge pull request #9725 from tjhei/deprecate_n_array_explain

annotate deprecation of n_array_elements

4 years agoannotate deprecation of n_array_elements 9725/head
Timo Heister [Tue, 24 Mar 2020 15:03:33 +0000 (11:03 -0400)]
annotate deprecation of n_array_elements

We should always add a comment for a replacement when deprecating
something. It was not obvious here.
Follow-up to #9688

4 years agoMerge pull request #9730 from peterrum/nonconti_reserve
Martin Kronbichler [Wed, 25 Mar 2020 11:28:23 +0000 (12:28 +0100)]
Merge pull request #9730 from peterrum/nonconti_reserve

Fix reserve in NoncontiguousPartitioner

4 years agoFix reserve in NoncontiguousPartitioner 9730/head
Peter Munch [Wed, 25 Mar 2020 07:23:37 +0000 (08:23 +0100)]
Fix reserve in NoncontiguousPartitioner

4 years agoMerge pull request #9645 from tjhei/precondition_chebyshev_report_eig
Martin Kronbichler [Wed, 25 Mar 2020 07:07:55 +0000 (08:07 +0100)]
Merge pull request #9645 from tjhei/precondition_chebyshev_report_eig

PreconditionChebyshev: report stats with output_details

4 years agoUpdate example output
Martin Kronbichler [Tue, 24 Mar 2020 16:42:57 +0000 (17:42 +0100)]
Update example output

4 years agoIntroduce DEAL_II_VECTORIZATION_WIDTH_IN_BITS
Martin Kronbichler [Sat, 21 Mar 2020 16:26:52 +0000 (17:26 +0100)]
Introduce DEAL_II_VECTORIZATION_WIDTH_IN_BITS

4 years agoMerge pull request #9728 from rezarastak/tutorial_doc_fix
Wolfgang Bangerth [Wed, 25 Mar 2020 04:10:26 +0000 (05:10 +0100)]
Merge pull request #9728 from rezarastak/tutorial_doc_fix

links in the tutorials page fixed

4 years agolinks in the tutorials page fixed 9728/head
Reza Rastak [Wed, 25 Mar 2020 03:31:18 +0000 (20:31 -0700)]
links in the tutorials page fixed

4 years agoMerge pull request #9724 from tjhei/mpi_no_avoid_a_deadlock_error_text
Martin Kronbichler [Tue, 24 Mar 2020 16:46:54 +0000 (17:46 +0100)]
Merge pull request #9724 from tjhei/mpi_no_avoid_a_deadlock_error_text

MPI: silence "avoid a deadlock" error message

4 years agoMerge pull request #9715 from bangerth/doc
Martin Kronbichler [Tue, 24 Mar 2020 15:30:21 +0000 (16:30 +0100)]
Merge pull request #9715 from bangerth/doc

Minor additions to the documentation about higher order output.

4 years agoMerge pull request #9719 from peterrum/mf_tree_fix
Martin Kronbichler [Tue, 24 Mar 2020 15:29:51 +0000 (16:29 +0100)]
Merge pull request #9719 from peterrum/mf_tree_fix

Fix MatrixFree graph

4 years agoMinor additions to the documentation about higher order output. 9715/head
Wolfgang Bangerth [Mon, 23 Mar 2020 02:23:59 +0000 (20:23 -0600)]
Minor additions to the documentation about higher order output.

4 years agoMPI: silence "avoid a deadlock" error message 9724/head
Timo Heister [Tue, 24 Mar 2020 14:32:17 +0000 (10:32 -0400)]
MPI: silence "avoid a deadlock" error message

When an exception occurs (solver convergence, out of memory, etc..), we
end up printing an error message from every single MPI rank. I have
never used this information in practice and it produces a lot of
unnecessary noise. Even worse, it produces gigantic, useless log files
when running with 100k+ MPI ranks. Therefore, I proposed removing this
altogether.

4 years agoFix MatrixFree graph 9719/head
Peter Munch [Mon, 23 Mar 2020 15:38:56 +0000 (16:38 +0100)]
Fix MatrixFree graph

4 years agoMerge pull request #9687 from bangerth/modules
Martin Kronbichler [Tue, 24 Mar 2020 06:17:38 +0000 (07:17 +0100)]
Merge pull request #9687 from bangerth/modules

Replace the connections graph with the one from the recent paper.

4 years agoMerge pull request #9721 from bangerth/11
David Wells [Mon, 23 Mar 2020 23:37:26 +0000 (19:37 -0400)]
Merge pull request #9721 from bangerth/11

Make external file names use our usual naming scheme.

4 years agoMake external file names use our usual naming scheme. 9721/head
Wolfgang Bangerth [Mon, 23 Mar 2020 21:56:53 +0000 (15:56 -0600)]
Make external file names use our usual naming scheme.

4 years agochangelog 9645/head
Timo Heister [Mon, 23 Mar 2020 17:31:08 +0000 (13:31 -0400)]
changelog

4 years agoaddress comments, add documentation
Timo Heister [Mon, 23 Mar 2020 12:39:22 +0000 (08:39 -0400)]
address comments, add documentation

4 years agoReplace the connections graph with the one from the recent paper. 9687/head
Wolfgang Bangerth [Fri, 20 Mar 2020 00:16:03 +0000 (18:16 -0600)]
Replace the connections graph with the one from the recent paper.

4 years agoMerge pull request #9716 from bangerth/nedelec-sz
Martin Kronbichler [Mon, 23 Mar 2020 10:31:16 +0000 (11:31 +0100)]
Merge pull request #9716 from bangerth/nedelec-sz

Remove update_once/each() functions from FE_NedelecSZ.

4 years agoMerge pull request #9717 from peterrum/mf_tree
Martin Kronbichler [Mon, 23 Mar 2020 10:30:56 +0000 (11:30 +0100)]
Merge pull request #9717 from peterrum/mf_tree

Add a graph to matrix-free module

4 years agoAdd a graph to matrix-free module 9717/head
Peter Munch [Mon, 23 Mar 2020 07:25:07 +0000 (08:25 +0100)]
Add a graph to matrix-free module

4 years agoMerge pull request #9714 from bangerth/11
Martin Kronbichler [Mon, 23 Mar 2020 05:55:39 +0000 (06:55 +0100)]
Merge pull request #9714 from bangerth/11

Minor edits to step-11

4 years agoRemove update_once/each() functions from FE_NedelecSZ. 9716/head
Wolfgang Bangerth [Mon, 23 Mar 2020 02:36:48 +0000 (20:36 -0600)]
Remove update_once/each() functions from FE_NedelecSZ.

These functions *used* to be part of the public interfaces of FE classes, but haven't
in a long time. They also aren't 'virtual' any more for this class. Furthermore,
all uses of these functions are of the form 'update_once() | update_each()', so
we may as well just call the 'requires_update_flags()' function that is the
current interface.

4 years agoImprove wording. 9714/head
Wolfgang Bangerth [Mon, 23 Mar 2020 02:19:03 +0000 (20:19 -0600)]
Improve wording.

4 years agoSimplify code a bit.
Wolfgang Bangerth [Mon, 23 Mar 2020 02:17:32 +0000 (20:17 -0600)]
Simplify code a bit.

4 years agoMerge pull request #9694 from agrayver/update_step_11
Wolfgang Bangerth [Mon, 23 Mar 2020 02:16:37 +0000 (03:16 +0100)]
Merge pull request #9694 from agrayver/update_step_11

Update step 11 with high-order mesh images

4 years agoMerge pull request #9713 from tjhei/tutorial_keywords
Wolfgang Bangerth [Mon, 23 Mar 2020 00:01:31 +0000 (01:01 +0100)]
Merge pull request #9713 from tjhei/tutorial_keywords

tutorials: add more keywords

4 years agobraces 9713/head
Timo Heister [Sun, 22 Mar 2020 22:42:33 +0000 (18:42 -0400)]
braces

4 years agoMerge pull request #9709 from peterrum/vectorizedarray_nlanes
Martin Kronbichler [Sun, 22 Mar 2020 20:40:04 +0000 (21:40 +0100)]
Merge pull request #9709 from peterrum/vectorizedarray_nlanes

Name alias of VectorizedArray::size() consistently

4 years agoMerge pull request #8004 from luca-heltai/coupling-with-cutoff
Martin Kronbichler [Sun, 22 Mar 2020 20:39:15 +0000 (21:39 +0100)]
Merge pull request #8004 from luca-heltai/coupling-with-cutoff

Compute coupling mass matrices using cutoff functions.

4 years agotutorials: add more keywords
Timo Heister [Sun, 22 Mar 2020 19:29:47 +0000 (15:29 -0400)]
tutorials: add more keywords

- add keywords to many tutorials
- fix two minor link issues

4 years agoMerge pull request #9711 from tjhei/ci_check_file_encoding
Matthias Maier [Sun, 22 Mar 2020 19:17:27 +0000 (14:17 -0500)]
Merge pull request #9711 from tjhei/ci_check_file_encoding

CI: check file encoding

4 years agoMerge pull request #9712 from kronbichler/fix_compilation_tpetra-2
Matthias Maier [Sun, 22 Mar 2020 18:32:40 +0000 (13:32 -0500)]
Merge pull request #9712 from kronbichler/fix_compilation_tpetra-2

Fix compilation with Tpetra vector, 2nd attempt

4 years agoMerge pull request #9696 from kronbichler/step-69-links
Matthias Maier [Sun, 22 Mar 2020 17:48:18 +0000 (12:48 -0500)]
Merge pull request #9696 from kronbichler/step-69-links

Link in step-69 on tutorial page

4 years agoMerge pull request #9706 from kronbichler/remove_a_few_n_array_elements
Matthias Maier [Sun, 22 Mar 2020 17:36:19 +0000 (12:36 -0500)]
Merge pull request #9706 from kronbichler/remove_a_few_n_array_elements

Remove a few VectorizedArray::n_array_elements

4 years agoFix compilation with Tpetra vector, 2nd attempt 9712/head
Martin Kronbichler [Sun, 22 Mar 2020 16:19:48 +0000 (17:19 +0100)]
Fix compilation with Tpetra vector, 2nd attempt

4 years agoPreconditionChebyshev: report eigenvalue statistics
Timo Heister [Mon, 9 Mar 2020 21:29:35 +0000 (17:29 -0400)]
PreconditionChebyshev: report eigenvalue statistics

4 years agoMerge pull request #9708 from kronbichler/fix_compilation_tpetra
Timo Heister [Sun, 22 Mar 2020 14:47:30 +0000 (10:47 -0400)]
Merge pull request #9708 from kronbichler/fix_compilation_tpetra

Fix compilation with Tpetra vector

4 years agoCI: check file encoding 9711/head
Timo Heister [Sun, 22 Mar 2020 14:38:31 +0000 (10:38 -0400)]
CI: check file encoding

closes #8076

4 years agoModify the function call in the test and applied the suggested changes. 8004/head
Wenyu Lei [Mon, 6 May 2019 21:26:46 +0000 (23:26 +0200)]
Modify the function call in the test and applied the suggested changes.

Applied the suggested changes

Added a new line at the end of the inst.in file

remove the white space in the last line

4 years agoName alias of VectorizedArray::size() consistently 9709/head
Peter Munch [Sun, 22 Mar 2020 07:55:33 +0000 (08:55 +0100)]
Name alias of VectorizedArray::size() consistently

4 years agoFix compilation with Tpetra vector 9708/head
Martin Kronbichler [Sun, 22 Mar 2020 07:43:10 +0000 (08:43 +0100)]
Fix compilation with Tpetra vector

4 years agoAdd changelog 9694/head
Alexander Grayver [Sat, 21 Mar 2020 07:38:14 +0000 (08:38 +0100)]
Add changelog

4 years agoRemove another VectorizedArray::n_array_elements 9706/head
Martin Kronbichler [Sat, 21 Mar 2020 16:39:48 +0000 (17:39 +0100)]
Remove another VectorizedArray::n_array_elements

4 years agoRemove a few VectorizedArray::n_array_elements in examples
Martin Kronbichler [Sat, 21 Mar 2020 16:39:28 +0000 (17:39 +0100)]
Remove a few VectorizedArray::n_array_elements in examples

4 years agoMerge pull request #9688 from peterrum/vectorized_array_deprecate_n_array_elements
Martin Kronbichler [Sat, 21 Mar 2020 14:08:59 +0000 (15:08 +0100)]
Merge pull request #9688 from peterrum/vectorized_array_deprecate_n_array_elements

Deprecate VectorizedArray::n_array_elements

4 years agoMerge pull request #9701 from agrayver/add_wiki_link_step65
Martin Kronbichler [Sat, 21 Mar 2020 14:07:21 +0000 (15:07 +0100)]
Merge pull request #9701 from agrayver/add_wiki_link_step65

Add a wiki link for high-order visualization

4 years agoMerge pull request #9693 from tjhei/muparser_warning_gcc9
Daniel Arndt [Sat, 21 Mar 2020 12:33:07 +0000 (08:33 -0400)]
Merge pull request #9693 from tjhei/muparser_warning_gcc9

remove bundled muparser gcc 9 warning

4 years agoAdd a wiki link 9701/head
Alexander Grayver [Sat, 21 Mar 2020 07:43:03 +0000 (08:43 +0100)]
Add a wiki link

4 years agoAdd mesh images
Alexander Grayver [Fri, 20 Mar 2020 18:57:42 +0000 (19:57 +0100)]
Add mesh images

4 years agoMerge pull request #9700 from bangerth/3-lines
Martin Kronbichler [Sat, 21 Mar 2020 06:31:38 +0000 (07:31 +0100)]
Merge pull request #9700 from bangerth/3-lines

Respect the 3-empty-lines rule.

4 years agoMerge pull request #9698 from bangerth/69
Martin Kronbichler [Sat, 21 Mar 2020 06:31:05 +0000 (07:31 +0100)]
Merge pull request #9698 from bangerth/69

Fix a typo.

4 years agoMerge pull request #9697 from bangerth/20-2
Martin Kronbichler [Sat, 21 Mar 2020 06:30:29 +0000 (07:30 +0100)]
Merge pull request #9697 from bangerth/20-2

Simplify the code a bit.

4 years agoMerge pull request #9699 from bangerth/51
Martin Kronbichler [Sat, 21 Mar 2020 06:29:29 +0000 (07:29 +0100)]
Merge pull request #9699 from bangerth/51

Move table formatting code next to where the table is filled.

4 years agoMerge pull request #9692 from tjhei/bundled_tbb_gcc9_warn
Wolfgang Bangerth [Sat, 21 Mar 2020 00:52:25 +0000 (01:52 +0100)]
Merge pull request #9692 from tjhei/bundled_tbb_gcc9_warn

bundled tbb warnings with gcc9

4 years agoRespect the 3-empty-lines rule. 9700/head
Wolfgang Bangerth [Sat, 21 Mar 2020 00:33:42 +0000 (18:33 -0600)]
Respect the 3-empty-lines rule.

4 years agoremove constexpr 9693/head
Timo Heister [Sat, 21 Mar 2020 00:08:57 +0000 (20:08 -0400)]
remove constexpr

4 years agoMove table formatting code next to where the table is filled. 9699/head
Wolfgang Bangerth [Fri, 20 Mar 2020 22:23:25 +0000 (16:23 -0600)]
Move table formatting code next to where the table is filled.

4 years agoFix a typo. 9698/head
Wolfgang Bangerth [Fri, 20 Mar 2020 21:51:08 +0000 (15:51 -0600)]
Fix a typo.

The word 'born' without an 'e' at the end is exclusively used in connection with 'giving
birth'. In all other contexts, the past form of 'bear' is 'borne'.

4 years agoMerge pull request #9695 from kronbichler/step-69-typo
Wolfgang Bangerth [Fri, 20 Mar 2020 21:48:54 +0000 (22:48 +0100)]
Merge pull request #9695 from kronbichler/step-69-typo

Fix a few typos in step-69

4 years agoSimplify the code a bit. 9697/head
Wolfgang Bangerth [Fri, 20 Mar 2020 21:43:17 +0000 (15:43 -0600)]
Simplify the code a bit.

Also provide a better explanation of a '(void)var;' statement.

4 years agoDeprecate n_array_elements and replace its usage 9688/head
Peter Munch [Fri, 20 Mar 2020 08:54:37 +0000 (09:54 +0100)]
Deprecate n_array_elements and replace its usage

4 years agoMerge pull request #9691 from bangerth/20
Martin Kronbichler [Fri, 20 Mar 2020 20:39:19 +0000 (21:39 +0100)]
Merge pull request #9691 from bangerth/20

Modularize step-20 better.

4 years agoLink in step-69 on tutorial page 9696/head
Martin Kronbichler [Fri, 20 Mar 2020 20:34:44 +0000 (21:34 +0100)]
Link in step-69 on tutorial page

4 years agoFix a few typos in step-69 9695/head
Martin Kronbichler [Fri, 20 Mar 2020 20:27:11 +0000 (21:27 +0100)]
Fix a few typos in step-69

4 years agoremove bundled muparser gcc 9 warning
Timo Heister [Fri, 20 Mar 2020 19:00:31 +0000 (15:00 -0400)]
remove bundled muparser gcc 9 warning

I am not sure I understand if the default assignment operator does the
right thing here, but this avoids the warning and shouldn't change
functionality.


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.