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
ee9e5fb6
Commit
ee9e5fb6
authored
Nov 09, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed some dbg output
parent
2a962bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MatchSimulatedPattern.java
src/main/java/MatchSimulatedPattern.java
+1
-1
No files found.
src/main/java/MatchSimulatedPattern.java
View file @
ee9e5fb6
...
...
@@ -3706,7 +3706,7 @@ public class MatchSimulatedPattern {
}
// end of layer - it is a hack below, marking initial wave to recalculate it from neighbors
if
(
initialWave
!=
null
){
// just after the first layer (usually one cell) - delete it and add next time - otherwise first one needs large correction
if
(
global_debug_level
>
0
)
{
if
(
global_debug_level
>
1
)
{
System
.
out
.
println
(
"Removing "
+
initialWave
.
size
()+
" initial wave cells, waveFrontList.size()="
+
waveFrontList
.
size
());
for
(
int
listIndex
=
0
;
listIndex
<
waveFrontList
.
size
();
listIndex
++)
{
int
[]
dbg_uvdir
=
getWaveList
(
waveFrontList
,
listIndex
);
...
...
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