From: maier Date: Wed, 10 Apr 2013 14:40:51 +0000 (+0000) Subject: Bugfix, also build matrix_tools.cc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521c2cf8340d60ea2a96b9459486756d123a1337;p=dealii-svn.git Bugfix, also build matrix_tools.cc git-svn-id: https://svn.dealii.org/trunk@29247 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/CMakeLists.txt b/deal.II/source/numerics/CMakeLists.txt index 4b0db0b067..d2d500f71b 100644 --- a/deal.II/source/numerics/CMakeLists.txt +++ b/deal.II/source/numerics/CMakeLists.txt @@ -28,6 +28,7 @@ SET(_src dof_output_operator.cc error_estimator.cc fe_field_function.cc + matrix_tools.cc histogram.cc point_value_history.cc solution_transfer.cc @@ -46,6 +47,7 @@ SET(_inst dof_output_operator.inst.in error_estimator.inst.in fe_field_function.inst.in + matrix_tools.inst.in point_value_history.inst.in solution_transfer.inst.in time_dependent.inst.in