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