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
6833a295
Commit
6833a295
authored
Apr 16, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed show source
parent
0c53ff72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GPUTileProcessor.java
src/main/java/com/elphel/imagej/gpu/GPUTileProcessor.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/gpu/GPUTileProcessor.java
View file @
6833a295
...
...
@@ -300,7 +300,7 @@ public class GPUTileProcessor {
ClassLoader
classLoader
=
getClass
().
getClassLoader
();
String
[]
kernelSources
=
new
String
[
GPU_SRC_FILES
.
length
];
boolean
show_source
=
true
;
//
false; // true;
boolean
show_source
=
false
;
// true;
for
(
int
cunit
=
0
;
cunit
<
kernelSources
.
length
;
cunit
++)
{
kernelSources
[
cunit
]
=
""
;
// use StringBuffer?
for
(
String
src_file:
GPU_SRC_FILES
[
cunit
])
{
...
...
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