]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new gcc requires int main
authorcvs <cvs@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Nov 1999 01:44:18 +0000 (01:44 +0000)
committercvs <cvs@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Nov 1999 01:44:18 +0000 (01:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@1815 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/fe_tables.cc
tests/deal.II/mg.cc
tests/deal.II/mglocal.cc

index 9afd62f862af577e0f5d452808a6c1bc8ebfa5e6..2a3abdc20fc60bd18d204be3cc27f54a11e1b7ee 100644 (file)
@@ -76,7 +76,7 @@ print_fe_statistics(const FiniteElement<dim>& fe)
   deallog.pop();
 }
 
-main()
+int main()
 {
 
   deallog.push("GeometryInfo");
index de2ce6381c7eaa95c43c85c258503f7ccd7b649f..bbd05a9cbb2c0e7887fa14e2d7dbd34ac187882c 100644 (file)
@@ -49,7 +49,7 @@ class MGSmootherLAC : public MGSmootherBase
     
 };
 
-main()
+int main()
 {
   Helmholtz equation;
   RHSFunction<2> rhs;
index 536f5a1d07012f9393265410aff777b6c319f347..04e863b95bbb69deace66627476898ad588ea14a 100644 (file)
@@ -56,7 +56,7 @@ extern void write_gnuplot (const MGDoFHandler<2>& dofs,
                           unsigned int level,
                           ostream &out);
 
-main()
+int main()
 {
   Helmholtz equation;
   RHSFunction<2> rhs;

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.