Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by pam-fi, Wed Aug 5 17:04:18 2009 UTC | revision 1.3 by pam-fi, Wed Aug 5 17:43:15 2009 UTC | |
|---|---|---|
| # | Line 58 LiveTimeAction::LiveTimeAction(const cha | Line 58 LiveTimeAction::LiveTimeAction(const cha |
| 58 | while (!rigBinListFile.eof()) { | while (!rigBinListFile.eof()) { |
| 59 | rigBinListFile >> auxString; | rigBinListFile >> auxString; |
| 60 | if (auxString != "") { | if (auxString != "") { |
| 61 | _bins.push_back(auxString.Atof()); | bins.push_back(auxString.Atof()); |
| 62 | } | } |
| 63 | } | } |
| 64 | rigBinListFile.close(); | rigBinListFile.close(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |