]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an unnecessary destructor implementation. 4083/head
authorDavid Wells <wellsd2@rpi.edu>
Sat, 18 Mar 2017 20:41:08 +0000 (16:41 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sat, 18 Mar 2017 21:22:03 +0000 (17:22 -0400)
The default is equal to this.

examples/step-35/step-35.cc

index 935ddd7940060e619ef0b79b44f29b879475f328..40842125f921f18e6a0b32e636e39e01d4dcd97a 100644 (file)
@@ -98,7 +98,7 @@ namespace Step35
     {
     public:
       Data_Storage();
-      ~Data_Storage();
+
       void read_data (const char *filename);
       MethodFormulation form;
       double initial_time,
@@ -214,11 +214,6 @@ namespace Step35
 
 
 
-    Data_Storage::~Data_Storage()
-    {}
-
-
-
     void Data_Storage::read_data (const char *filename)
     {
       std::ifstream file (filename);

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.