From 51e16bb6269ed25af5f09d679e8abcc08f7a0162 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2009 20:04:54 +0000 Subject: [PATCH] Remove unnecessary arguments to main(). git-svn-id: https://svn.dealii.org/trunk@19521 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/point_value_history_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/point_value_history_01.cc b/tests/deal.II/point_value_history_01.cc index 9fe8a2f941..40c66a53d7 100644 --- a/tests/deal.II/point_value_history_01.cc +++ b/tests/deal.II/point_value_history_01.cc @@ -257,7 +257,7 @@ void TestPointValueHistory::run() -int main(int argc, char **argv) +int main() { std::ofstream logfile("point_value_history_01/output"); logfile << std::setprecision(2); -- 2.39.5