diff --git a/source/trunk/src/DataBank.cxx b/source/trunk/src/DataBank.cxx index bcf7ab1d59225f360658cb152ab6cb6115109eae..3212fca12f6a3c72bd5ed27d9cec295d75ce0b9e 100755 --- a/source/trunk/src/DataBank.cxx +++ b/source/trunk/src/DataBank.cxx @@ -221,7 +221,7 @@ DataBank<IsotopicVector>::DataBank(LogFile* Log, string DB_index_file) cout << "\t His index is : \"" << DB_index_file << "\"" << endl; cout << "\t " << fDataBank.size() << " EvolutionData have been read."<< endl << endl; - fLog->fLog << "!!Info!! !!!DataBank<IsotopicVector>!!! A EvolutionData<ZAI> has been define :" << endl; + fLog->fLog << "!!INFO!! !!!DataBank<IsotopicVector>!!! A EvolutionData<ZAI> has been define :" << endl; fLog->fLog << "\t His index is : \"" << DB_index_file << "\"" << endl; fLog->fLog << "\t " << fDataBank.size() << " EvolutionData have been read."<< endl << endl;