Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAE2.01 - Developpement application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PIQUEREZ Corentin
SAE2.01 - Developpement application
Commits
ae532e8c
Commit
ae532e8c
authored
1 year ago
by
PIQUEREZ Corentin
Browse files
Options
Downloads
Patches
Plain Diff
suppression print left right
parent
5d96f5f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shukan/ShukanModule.java
+1
-3
1 addition, 3 deletions
shukan/ShukanModule.java
with
1 addition
and
3 deletions
shukan/ShukanModule.java
+
1
−
3
View file @
ae532e8c
...
@@ -313,7 +313,6 @@ public class ShukanModule
...
@@ -313,7 +313,6 @@ public class ShukanModule
}
}
/** Sets an activity to be displayed on middle */
/** Sets an activity to be displayed on middle */
public
void
setOnMiddle
(
int
act
)
{
public
void
setOnMiddle
(
int
act
)
{
for
(
int
i
=
0
;
i
<
onLeft
.
length
;
i
++)
System
.
out
.
println
(
"left : "
+
onLeft
[
i
]+
" right : "
+
onRight
[
i
]);
if
(
act
>=
onLeft
.
length
)
{
if
(
act
>=
onLeft
.
length
)
{
boolean
[]
tmpRight
=
new
boolean
[
onLeft
.
length
+
1
];
boolean
[]
tmpRight
=
new
boolean
[
onLeft
.
length
+
1
];
boolean
[]
tmpLeft
=
new
boolean
[
onLeft
.
length
+
1
];
boolean
[]
tmpLeft
=
new
boolean
[
onLeft
.
length
+
1
];
...
@@ -329,8 +328,7 @@ public class ShukanModule
...
@@ -329,8 +328,7 @@ public class ShukanModule
onLeft
[
act
]
=
false
;
onLeft
[
act
]
=
false
;
onRight
[
act
]
=
false
;
onRight
[
act
]
=
false
;
}
}
System
.
out
.
println
(
"---------------------"
);
for
(
int
i
=
0
;
i
<
onLeft
.
length
;
i
++)
System
.
out
.
println
(
"left : "
+
onLeft
[
i
]+
" right : "
+
onRight
[
i
]);
}
}
/** Sets an activity to be displayed on right */
/** Sets an activity to be displayed on right */
public
void
setOnRight
(
int
act
)
public
void
setOnRight
(
int
act
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment