48 ifstream fin( card.c_str() );
51 while ( getline( fin, tempString ) )
53 if ( tempString.size() > 0 )
55 m_decayOptions += tempString;
56 m_decayOptions +=
"\n";
60 if ( i > 100 ) m_decayOptions =
"";
61 MsgStream log(
msgSvc(), name() );
62 log << MSG::INFO <<
"set decayOptions: " << endmsg;
63 log << MSG::INFO << endmsg << m_decayOptions << endmsg;