From: Wolfgang Bangerth Date: Wed, 15 Jul 1998 11:41:43 +0000 (+0000) Subject: Fix doc. X-Git-Tag: v8.0.0~22808 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b027512fdcf4c9f167588d63b9e370eea50517;p=dealii.git Fix doc. git-svn-id: https://svn.dealii.org/trunk@446 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); };