From 808ee210245c5c94b43b6a60acf8ea5511781edc Mon Sep 17 00:00:00 2001
From: Baptiste Mouginot <mouginot.baptiste@gmail.com>
Date: Wed, 4 Feb 2015 11:08:22 +0000
Subject: [PATCH] bug correction

git-svn-id: svn+ssh://svn.in2p3.fr/class@530 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 source/trunk/include/Scenario.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/trunk/include/Scenario.hxx b/source/trunk/include/Scenario.hxx
index 1ee005763..54acc4a12 100755
--- a/source/trunk/include/Scenario.hxx
+++ b/source/trunk/include/Scenario.hxx
@@ -34,7 +34,7 @@ class Storage;
  
  
  @author BaM
- @author Marc
+ @author BaL
  @version 2.0
  */
 //________________________________________________________________________
@@ -56,7 +56,7 @@ class Scenario : public CLASSObject
 	 \param log : used for the log.
 	 \param abstime: Starting time of the Parc in second
 	 */
-	Scenario(CLASSLogger* Log = new CLASSLogger("CLASS_OUTPUT.log"), cSecond abstime = 0);	///< Log Constructor.
+	Scenario(CLASSLogger* Log, cSecond abstime = 0);	///< Log Constructor.
 	//}
 	
 	//{
-- 
GitLab