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
9861f733
Commit
9861f733
authored
1 year ago
by
PIQUEREZ Corentin
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/main'
parents
d079e275
49932e1f
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/ShukanData.java
+2
-5
2 additions, 5 deletions
shukan/ShukanData.java
with
2 additions
and
5 deletions
shukan/ShukanData.java
+
2
−
5
View file @
9861f733
...
@@ -14,7 +14,7 @@ public class ShukanData
...
@@ -14,7 +14,7 @@ public class ShukanData
/** Sort for teachers */
/** Sort for teachers */
private
int
[]
tSort
=
new
int
[
0
];
private
int
[]
tSort
=
new
int
[
0
];
/** Students */
/** Students */
private
String
[]
students
=
{
"
Etu
"
};
private
String
[]
students
=
{
"
Professeur
"
};
/** Sort for students */
/** Sort for students */
private
int
[]
sSort
=
{
0
};
private
int
[]
sSort
=
{
0
};
/** Scolar year (for displays) */
/** Scolar year (for displays) */
...
@@ -362,10 +362,7 @@ public class ShukanData
...
@@ -362,10 +362,7 @@ public class ShukanData
if
(
selLoad
<
0
)
if
(
selLoad
<
0
)
for
(
int
j
=
0
;
j
<
curs
.
length
;
j
++)
for
(
int
j
=
0
;
j
<
curs
.
length
;
j
++)
for
(
int
i
=
0
;
i
<
mod
[
j
].
length
;
i
++)
for
(
int
i
=
0
;
i
<
mod
[
j
].
length
;
i
++)
load
+=
mod
[
j
][
i
].
teacherLoad
(
tSort
[
selLoad
+
teachers
.
length
],
load
+=
mod
[
j
][
i
].
teacherLoad
(
tSort
[
selLoad
+
teachers
.
length
],
week
);
week
);
else
for
(
int
i
=
0
;
i
<
mod
[
selCur
].
length
;
i
++)
load
+=
mod
[
selCur
][
i
].
studentLoad
(
week
);
return
(
load
);
return
(
load
);
}
}
...
...
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