]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed MK comments.
authorLuca Heltai <luca.heltai@sissa.it>
Mon, 9 Apr 2018 20:39:09 +0000 (22:39 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Mon, 9 Apr 2018 20:39:09 +0000 (22:39 +0200)
doc/news/changes/minor/20180408LucaHeltai
examples/step-53/step-53.cc
include/deal.II/grid/manifold_lib.h

index 0269997a5067d70595615471df6408558860ccb6..23d9f931701a598b7330d02b4c13959ccec169a0 100644 (file)
@@ -1,4 +1,4 @@
-New: The Manifold class now requires the implementation of a Manifold::clone() method to 
+New: The Manifold class now requires the implementation of a Manifold::clone() method in
 all derived classes. 
 <br>
 (Luca Heltai, 2018/04/08)
index e8d4a9b2ceb8370ee67ce770ddb798f0fe372a2f..47a09ff2a27ade4bebb579090c1ea8909b787552 100644 (file)
@@ -47,8 +47,8 @@
 #include <boost/iostreams/device/file.hpp>
 
 // The last include file is required because we will be using a feature that is
-// not part of the cxx11 standard. The deal.II library, however, can be installed
-// with a cxx11 compliant compiler, without assuming that cxx14 or cxx17 features are
+// not part of the C++11 standard. The deal.II library, however, can be installed
+// with a C++11 compliant compiler, without assuming that C++14 or C++17 features are
 // available. As some of these features are very useful, we provide their
 // implementation in an internal namespace, if the compiler does not support them:
 #include <deal.II/base/std_cxx14/memory.h>
@@ -262,9 +262,9 @@ namespace Step53
 
   // This function is required by the interface of the Manifold base
   // class, and allows you to clone the AfricaGeometry class. This is
-  // where we use a feature that is only available in cxx14, namely the
+  // where we use a feature that is only available in C++14, namely the
   // make_unique function, that simplifies the creation of
-  // std::unique_ptr objects. Notice that, while the function returns a
+  // std::unique_ptr objects. Notice that, while the function returns an
   // std::unique_ptr<Manifold<3,3> >, we internally create a
   // unique_ptr<AfricaGeometry>. C++11 knows how to handle these cases,
   // and is able to transform a unique pointer to a derived class to a
index 6756e2176162ba4ce2f5523a21979be85a1757b3..a81d837c074f1ee363de2b4e65a2683882e87ce5 100644 (file)
@@ -631,7 +631,6 @@ private:
 
 
 
-
 /**
  * Manifold description for the surface of a Torus in three dimensions. The
  * Torus is assumed to be in the x-z plane. The reference coordinate system

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.