]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix doc.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Jul 1998 11:41:43 +0000 (11:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Jul 1998 11:41:43 +0000 (11:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@446 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Make.global_options
deal.II/deal.II/source/fe/fe.cc

index 790a7f835c9f80a511d32723cb6bfe8edf8c772e..be373e8f0acda1381a04780be55fd83b0262322d 100644 (file)
@@ -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 $@
 
 
index b8e20795d4fd3843a69c1f701c7f506ad3767df0..fefe9e5745a96f3315b65d75f009fccf7eaac504 100644 (file)
@@ -706,8 +706,6 @@ void FELinearMapping<dim>::fill_fe_values (const DoFHandler<dim>::cell_iterator
        };
     };
 
-                                  // compute ansatz points, which are
-                                  // the corners for linear elements
   if (compute_ansatz_points)
     get_ansatz_points (cell, boundary, ansatz_points);
 };

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.