]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix arguments of main().
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jan 2007 04:21:46 +0000 (04:21 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jan 2007 04:21:46 +0000 (04:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@14378 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/fe_data_test.cc

index d0e198f15f26e8b558ae7814ccabe3efc1f643fc..9724ec94c22f641dc3e950916acd4a910fd1f96c 100644 (file)
@@ -2,7 +2,7 @@
 //    fe_data_test.cc,v 1.14 2003/11/28 11:52:35 guido Exp
 //    Version: 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -181,7 +181,7 @@ void test_fe_datas()
     delete fe_datas[i];
 }
 
-int main(int,char)
+int main()
 {
   std::ofstream logfile("fe_data_test/output");
   deallog.attach(logfile);

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.