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
b6d753cb
Commit
b6d753cb
authored
Jul 20, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
d302d6e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
TwoQuadCLT.java
src/main/java/TwoQuadCLT.java
+3
-8
No files found.
src/main/java/TwoQuadCLT.java
View file @
b6d753cb
...
...
@@ -6415,7 +6415,7 @@ if (debugLevel > -100) return true; // temporarily !
String
header
=
"#\tModel\tVersion"
;
int
num_col
=
0
;
if
(
showATR
)
{
header
+=
String
.
format
(
"\taz m0 (%s)\taz
m1 (%s)
\taz m2 (%s)\taz m3 (%s)"
+
header
+=
String
.
format
(
"\taz m0 (%s)\taz
m1 (%s)
\taz m2 (%s)\taz m3 (%s)"
+
"\ttl m0 (%s)\ttl m1 (%s) \ttl m2 (%s)\ttl m3 (%s)"
+
"\trl m0 (%s)\trl m1 (%s) \trl m2 (%s)\trl m3 (%s)"
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
);
...
...
@@ -6435,8 +6435,8 @@ if (debugLevel > -100) return true; // temporarily !
}
if
(
showATR
)
{
header
+=
String
.
format
(
"\taz a0 (%s)\taz
a1 (%s)
\taz a2 (%s)\taz a3 (%s)"
+
"\ttl a0 (%s)\ttl
m1 (%s) \ttl m2 (%s)\ttl m
3 (%s)"
+
header
+=
String
.
format
(
"\taz a0 (%s)\taz
a1 (%s)
\taz a2 (%s)\taz a3 (%s)"
+
"\ttl a0 (%s)\ttl
a1 (%s) \ttl a2 (%s)\ttl a
3 (%s)"
+
"\trl a0 (%s)\trl a1 (%s) \trl a2 (%s)\trl a3 (%s)"
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
,
units
);
num_col
+=
12
;
...
...
@@ -6474,12 +6474,7 @@ if (debugLevel > -100) return true; // temporarily !
final
List
<
Path
>
files
=
new
ArrayList
<>();
final
String
fMask
=
mask
;
/*
file.FileVisitResult.*;
Files.walkFileTree(dir, EnumSet.of(FOLLOW_LINKS), Integer.MAX_VALUE, new SimpleFileVisitor<Path>() { ... ))
*/
try
{
// Files.walkFileTree(path, new SimpleFileVisitor<Path>(){
Files
.
walkFileTree
(
path
,
EnumSet
.
of
(
FileVisitOption
.
FOLLOW_LINKS
),
Integer
.
MAX_VALUE
,
new
SimpleFileVisitor
<
Path
>(){
@Override
public
FileVisitResult
visitFile
(
Path
file
,
BasicFileAttributes
attrs
)
throws
IOException
{
...
...
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