Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vpalladi
HgcTpgSim
Commits
0aee71f5
Commit
0aee71f5
authored
Jan 03, 2019
by
dauncey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing initialisation errors
parent
3d4daafc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
interface/Buffering/BlockCheck.hh
interface/Buffering/BlockCheck.hh
+1
-0
interface/Buffering/EconArch.hh
interface/Buffering/EconArch.hh
+2
-2
No files found.
interface/Buffering/BlockCheck.hh
View file @
0aee71f5
...
...
@@ -31,6 +31,7 @@ public:
fActivePacket
=
false
;
fActiveHgcroc
=
false
;
fL1Accept
=
0
;
}
bool
processBx
(
uint32_t
a
)
{
...
...
interface/Buffering/EconArch.hh
View file @
0aee71f5
...
...
@@ -10,7 +10,7 @@ public:
EconArch
()
{
};
void
initialise
(
bool
b
,
const
EconFile
&
econFile
)
{
void
initialise
(
bool
b
Arch
,
const
EconFile
&
econFile
)
{
unsigned
nh
=
econFile
.
numberOfHgcrocs
();
assert
(
nh
<=
Dimensions
::
MaxNumberOfHgcrocsPerEcon
);
...
...
@@ -19,7 +19,7 @@ public:
fElinkNumber
[
b
].
resize
(
0
);
}
if
(
b
)
{
if
(
b
Arch
)
{
fNumberOfBlocks
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment