From: bangerth Date: Fri, 26 Jan 2007 04:21:46 +0000 (+0000) Subject: Fix arguments of main(). X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a64d3b2293aa7a0221fd1bf239b1806f9317a28;p=dealii-svn.git Fix arguments of main(). git-svn-id: https://svn.dealii.org/trunk@14378 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/fe_data_test.cc b/tests/fe/fe_data_test.cc index d0e198f15f..9724ec94c2 100644 --- a/tests/fe/fe_data_test.cc +++ b/tests/fe/fe_data_test.cc @@ -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);