Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
FIC_DK_P GA Solving
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3TAL
FIC_DK_P GA Solving
Commits
fdebfb3f
Commit
fdebfb3f
authored
May 28, 2020
by
Alexis Lebis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix param issue
parent
8706ae03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.cpp
application/main.cpp
+2
-2
No files found.
application/main.cpp
View file @
fdebfb3f
...
@@ -59,8 +59,8 @@ int main(int argc, char* argv[]){
...
@@ -59,8 +59,8 @@ int main(int argc, char* argv[]){
double
MAXMAGN
=
parser
.
createParam
((
double
)(
0.75
),
"maxMagn"
,
"maximal magnitude"
,
'M'
,
"Param"
).
value
();
double
MAXMAGN
=
parser
.
createParam
((
double
)(
0.75
),
"maxMagn"
,
"maximal magnitude"
,
'M'
,
"Param"
).
value
();
unsigned
int
MINCBYC
=
parser
.
createParam
((
unsigned
int
)(
1
),
"minCbyC"
,
"minimal competency by course"
,
'r'
,
"Param"
).
value
();
unsigned
int
MINCBYC
=
parser
.
createParam
((
unsigned
int
)(
1
),
"minCbyC"
,
"minimal competency by course"
,
'r'
,
"Param"
).
value
();
unsigned
int
MAXCBYC
=
parser
.
createParam
((
unsigned
int
)(
5
),
"maxCbyC"
,
"maximal competency by course"
,
'R'
,
"Param"
).
value
();
unsigned
int
MAXCBYC
=
parser
.
createParam
((
unsigned
int
)(
5
),
"maxCbyC"
,
"maximal competency by course"
,
'R'
,
"Param"
).
value
();
unsigned
int
MINPRE
=
parser
.
createParam
((
unsigned
int
)(
0
),
"minPre"
,
"minimal competency by course"
,
'
p
'
,
"Param"
).
value
();
unsigned
int
MINPRE
=
parser
.
createParam
((
unsigned
int
)(
0
),
"minPre"
,
"minimal competency by course"
,
'
q
'
,
"Param"
).
value
();
unsigned
int
MAXPRE
=
parser
.
createParam
((
unsigned
int
)(
3
),
"maxPre"
,
"maximal competency by course"
,
'
P
'
,
"Param"
).
value
();
unsigned
int
MAXPRE
=
parser
.
createParam
((
unsigned
int
)(
3
),
"maxPre"
,
"maximal competency by course"
,
'
Q
'
,
"Param"
).
value
();
unsigned
int
CBYTF
=
parser
.
createParam
((
unsigned
int
)(
2
),
"cbyTF"
,
"course by time frame to pick"
,
'A'
,
"Param"
).
value
();
unsigned
int
CBYTF
=
parser
.
createParam
((
unsigned
int
)(
2
),
"cbyTF"
,
"course by time frame to pick"
,
'A'
,
"Param"
).
value
();
//PROFESSION PARAMETERS
//PROFESSION PARAMETERS
...
...
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