From 77b027512fdcf4c9f167588d63b9e370eea50517 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Jul 1998 11:41:43 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://svn.dealii.org/trunk@446 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Make.global_options | 4 ++-- deal.II/deal.II/source/fe/fe.cc | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/Make.global_options b/deal.II/deal.II/Make.global_options index 790a7f835c..be373e8f0a 100644 --- a/deal.II/deal.II/Make.global_options +++ b/deal.II/deal.II/Make.global_options @@ -25,11 +25,11 @@ endif %.go : %.cc Makefile @echo ============================ Compiling with debugging information: $< - @echo $(CXX) ... -c $< -o $@ +# @echo $(CXX) ... -c $< -o $@ @$(CXX) $(CXXFLAGS.g) -c $< -o $@ %.o : %.cc Makefile @echo ============================ Compiling with optimization: $< - @echo $(CXX) ... -c $< -o $@ +# @echo $(CXX) ... -c $< -o $@ @$(CXX) $(CXXFLAGS) -c $< -o $@ diff --git a/deal.II/deal.II/source/fe/fe.cc b/deal.II/deal.II/source/fe/fe.cc index b8e20795d4..fefe9e5745 100644 --- a/deal.II/deal.II/source/fe/fe.cc +++ b/deal.II/deal.II/source/fe/fe.cc @@ -706,8 +706,6 @@ void FELinearMapping::fill_fe_values (const DoFHandler::cell_iterator }; }; - // compute ansatz points, which are - // the corners for linear elements if (compute_ansatz_points) get_ansatz_points (cell, boundary, ansatz_points); }; -- 2.39.5