54 ifstream fin(card.c_str());
57 while(getline(fin,tempString))
59 if(tempString.size()>0)
61 m_decayOptions += tempString;
62 m_decayOptions +=
"\n";
66 if(i>100) m_decayOptions =
"";
67 MsgStream log(messageService(), name());
68 log << MSG::INFO <<
"set decayOptions: " << endreq;
69 log << MSG::INFO << endreq
70 << m_decayOptions << endreq;