Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
95e22adf
Commit
95e22adf
authored
Nov 10, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more bug fixes
parent
08d6be50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
MatchSimulatedPattern.java
src/main/java/MatchSimulatedPattern.java
+8
-4
No files found.
src/main/java/MatchSimulatedPattern.java
View file @
95e22adf
...
...
@@ -3677,13 +3677,17 @@ public class MatchSimulatedPattern {
}
}
}
else
if
(
initialWave
!=
null
){
if
((
global_debug_level
>
0
)
&&
(
initialWave
!=
null
))
{
System
.
out
.
println
(
"No sense to initiate clenaup during first layer"
);
// problems heer?
}
}
else
if
(!
cleanup
.
get
()
||
(
addedCells
.
get
()>
0
))
{
// create list of the defined cells on the border (if wave died)
cleanup
.
set
(
true
);
// debug
if
((
global_debug_level
>
0
)
&&
(
initialWave
!=
null
))
{
System
.
out
.
println
(
"clenaup during first layer"
);
// problems heer?
System
.
out
.
println
(
"Added "
+
addedCells
.
get
()+
" during border cleanup on first layer"
);
}
//
if ((global_debug_level>0) && (initialWave!=null)) {
//
System.out.println("clenaup during first layer"); // problems heer?
//
System.out.println("Added "+addedCells.get()+" during border cleanup on first layer");
//
}
if
((
debugLevel
>
1
)
&&
!
cleanup
.
get
())
System
.
out
.
println
(
"Added "
+
addedCells
.
get
()+
" during border cleanup"
);
// can not get here
addedCells
.
set
(
0
);
umax
=
0
;
...
...
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