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
ffbd04bb
Commit
ffbd04bb
authored
Apr 29, 2020
by
Alexis Lebis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
the #define guards are now google syntax compilant
parent
33982b20
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
24 deletions
+24
-24
competency.h
src/model/competency.h
+3
-3
course.h
src/model/course.h
+3
-3
magnitude.h
src/model/magnitude.h
+3
-3
problem.h
src/model/problem.h
+3
-3
profession.h
src/model/profession.h
+3
-3
mapi.h
src/model/scale/mapi.h
+3
-3
scale.h
src/model/scale/scale.h
+3
-3
scaleValue.h
src/model/scale/scaleValue.h
+3
-3
No files found.
src/model/competency.h
View file @
ffbd04bb
#ifndef
DEF_COMPETENCY
#define
DEF_COMPETNECY
#ifndef
SRC_COMPETENCY_H_
#define
SRC_COMPETENCY_H_
#include <string>
#include <magnitude.h>
...
...
@@ -24,4 +24,4 @@ class Competency
Competency
();
};
#endif
\ No newline at end of file
#endif // SRC_COMPETENCY_H_
\ No newline at end of file
src/model/course.h
View file @
ffbd04bb
#ifndef
DEF_COURSE
#define
DEF_COURSE
#ifndef
SRC_COURSE_H_
#define
SRC_COURSE_H_
#include <vector>
...
...
@@ -36,4 +36,4 @@ class Course
#endif
\ No newline at end of file
#endif // SRC_COURSE_H_
\ No newline at end of file
src/model/magnitude.h
View file @
ffbd04bb
#ifndef
DEF_MAGNITUDE
#define
DEF_MAGNITUDE
#ifndef
SRC_MAGNITUDE_H_
#define
SRC_MAGNITUDE_H_
/** Magnitude represents the mastery of a competency.
*
...
...
@@ -20,4 +20,4 @@ class Magnitude
bool
set
(
double
v
);
};
#endif
\ No newline at end of file
#endif // SRC_MAGNITUDE_H_
\ No newline at end of file
src/model/problem.h
View file @
ffbd04bb
#ifndef
DEF_PROBLEM
#define
DEF_PROBLEM
#ifndef
SRC_PROBLEM_H_
#define
SRC_PROBLEM_H_
// USE THIS FILE TO MODELISE THE PB, i.e. how many courses are available, etc.
#endif DEF_PROBLEM
\ No newline at end of file
#endif // SRC_PROBLEM_H_
\ No newline at end of file
src/model/profession.h
View file @
ffbd04bb
#ifndef
DEF_PROFESSION
#define
DEF_PROFESSION
#ifndef
SRC_PROFESSION_H_
#define
SRC_PROFESSION_H_
#include <vector>
...
...
@@ -21,4 +21,4 @@ class Profession
Profession
();
};
#endif
\ No newline at end of file
#endif // SRC_PROFESSION_H_
\ No newline at end of file
src/model/scale/mapi.h
View file @
ffbd04bb
#ifndef
DEF_MAPI
#define
DEF_MAPI
#ifndef
SRC_SCALE_MAPI_H_
#define
SRC_SCALE_MAPI_H_
#include <scale.h>
...
...
@@ -10,4 +10,4 @@ class MAPIScale : public Scale
public
:
};
#endif DEF_MAPI
\ No newline at end of file
#endif // SRC_SCALE_MAPI_H_
\ No newline at end of file
src/model/scale/scale.h
View file @
ffbd04bb
#ifndef
DEF_SCALE
#define
DEF_SCALE
#ifndef
SRC_SCALE_SCALE_H_
#define
SRC_SCALE_SCALE_H_
#include <scaleValue.h>
...
...
@@ -15,4 +15,4 @@ class Scale
void
getRange
(
ScaleValue
&
,
double
&
inf
,
double
&
max
);
};
#endif DEF_SCALE
\ No newline at end of file
#endif // SRC_SCALE_SCALE_H_
\ No newline at end of file
src/model/scale/scaleValue.h
View file @
ffbd04bb
#ifndef
DEF_SCALE_VALUE
#define
DEF_SCALE_VALUE
#ifndef
SRC_SCALE_SCALE_VALUE_H_
#define
SRC_SCALE_SCALE_VALUE_H_
#include <string>
...
...
@@ -15,4 +15,4 @@ class ScaleValue
ScaleValue
();
};
#endif DEF_SCALE_VALUE
\ No newline at end of file
#endif // SRC_SCALE_SCALE_VALUE_H_
\ No newline at end of file
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