Skip to content
Snippets Groups Projects
Commit 3c394184 authored by legoc's avatar legoc
Browse files

removed lsto output from lstrates128

parent 69a2d530
No related branches found
No related tags found
No related merge requests found
Version 1.1.2, 20YY-MM-DD
-------------------------
- Corrected board info structure.
- Removed lsto generation from lstrates128 application.
Version 1.1.1, 2017-01-10
-------------------------
......
......@@ -63,7 +63,6 @@ int main(int argc, char * argv[]) {
MAX_BLOCK_SIZE = BUFFER_SIZE * 2;
cout << "reading " << fileName << ", max blocks " << maxBlocks << ", block size " << BUFFER_SIZE << endl;
string outFileName = fileName.substr(0, fileName.find_first_of('.')) + ".lsto";
Reader reader(BUFFER_SIZE);
......@@ -75,7 +74,7 @@ int main(int argc, char * argv[]) {
// algorithm
EventBlockArrayAlgorithm<Rates> algorithm;
algorithm.processor().init(reader.boardHeader(), reader.version(), reader.timeBase(), reader.totalNumberOfBoards(), MAX_BLOCK_SIZE, outFileName);
algorithm.processor().init(reader.boardHeader(), reader.version(), reader.timeBase(), reader.totalNumberOfBoards(), MAX_BLOCK_SIZE, "");
// creating the events
EventBlockArray blocks(MAX_BLOCK_SIZE, maxBlocks);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment