From 46295c34ec3fcf5e6feb511cc7037d25311734c3 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Mon, 14 Sep 2015 15:26:29 +0000 Subject: [PATCH] Add an error message git-svn-id: svn+ssh://svn.in2p3.fr/class@735 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/branches/BaM_Dev/src/EvolutionData.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/branches/BaM_Dev/src/EvolutionData.cxx b/source/branches/BaM_Dev/src/EvolutionData.cxx index 2d7d08327..152ba1b2b 100755 --- a/source/branches/BaM_Dev/src/EvolutionData.cxx +++ b/source/branches/BaM_Dev/src/EvolutionData.cxx @@ -661,6 +661,7 @@ void EvolutionData::ReadDB(string DBfile, bool oldread) { ERROR << " Bad Database file : " << DBfile << endl; ERROR << " The first Line MUST be the time line !!!" << endl; + ERROR << " last line red : \n" <<line<< endl; exit (1); } -- GitLab