]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new compiler
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2000 18:09:35 +0000 (18:09 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2000 18:09:35 +0000 (18:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@2472 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/show_shapes.cc
tests/fe/show_transform.cc

index a441df0fff81b7be44aa58ee4b4c4ff6ccff746b..9cf7cd5331953a5d9e50b997e73f620259545764 100644 (file)
@@ -49,6 +49,7 @@ plot_shape_functions(FiniteElement<dim>& finel, const char* name)
 }
 
 
+int
 main()
 {
   FEQ1<2> q1;
@@ -59,4 +60,6 @@ main()
   plot_shape_functions(q3,"Q3");
   FEQ4<2> q4;
   plot_shape_functions(q4,"Q4");
+
+  return 0;
 }
index c5f8c3f8614812f073f80e10f7d1fae79398a108..9c40663893f98430b64b1c2a01384dabf40584f0 100644 (file)
@@ -50,6 +50,7 @@ plot_transformation(FiniteElement<dim>& finel,
 }
 
 
+int
 main()
 {
   Triangulation<2> tr;
@@ -67,4 +68,6 @@ main()
   v(1) = 2.;
   
   plot_transformation(q1,c,"Transform-Q1");
+
+  return 0;
 }

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.