Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lst-data-process-128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lst
lst-data-process-128
Commits
3c394184
Commit
3c394184
authored
8 years ago
by
legoc
Browse files
Options
Downloads
Patches
Plain Diff
removed lsto output from lstrates128
parent
69a2d530
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+1
-0
1 addition, 0 deletions
CHANGELOG
src/lstdpp128/apps/nomad/IterativeRates.cpp
+1
-2
1 addition, 2 deletions
src/lstdpp128/apps/nomad/IterativeRates.cpp
with
2 additions
and
2 deletions
CHANGELOG
+
1
−
0
View file @
3c394184
Version 1.1.2, 20YY-MM-DD
-------------------------
- Corrected board info structure.
- Removed lsto generation from lstrates128 application.
Version 1.1.1, 2017-01-10
-------------------------
...
...
This diff is collapsed.
Click to expand it.
src/lstdpp128/apps/nomad/IterativeRates.cpp
+
1
−
2
View file @
3c394184
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment