Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
i2MassChroQ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAPPSO
i2MassChroQ
Commits
e146aa3b
Commit
e146aa3b
authored
5 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
pragma once in header
parent
648354fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/grouping/groupingexperiment.h
+1
-4
1 addition, 4 deletions
src/grouping/groupingexperiment.h
src/utils/types.h
+1
-5
1 addition, 5 deletions
src/utils/types.h
src/utils/utils.h
+1
-4
1 addition, 4 deletions
src/utils/utils.h
with
3 additions
and
13 deletions
src/grouping/groupingexperiment.h
+
1
−
4
View file @
e146aa3b
...
@@ -27,8 +27,7 @@
...
@@ -27,8 +27,7 @@
#include
"../utils/workmonitor.h"
#include
"../utils/workmonitor.h"
#include
<pappsomspp/grouping/grpexperiment.h>
#include
<pappsomspp/grouping/grpexperiment.h>
#ifndef GROUPINGEXPERIMENT_H
#pragma once
#define GROUPINGEXPERIMENT_H
class
ProteinMatch
;
class
ProteinMatch
;
class
PeptideEvidence
;
class
PeptideEvidence
;
...
@@ -54,5 +53,3 @@ class GroupingExperiment
...
@@ -54,5 +53,3 @@ class GroupingExperiment
protected:
protected:
WorkMonitorInterface
*
_p_work_monitor
;
WorkMonitorInterface
*
_p_work_monitor
;
};
};
#endif // GROUPINGEXPERIMENT_H
This diff is collapsed.
Click to expand it.
src/utils/types.h
+
1
−
5
View file @
e146aa3b
...
@@ -23,8 +23,7 @@
...
@@ -23,8 +23,7 @@
******************************************************************************/
******************************************************************************/
#ifndef _TYPES_H_
#pragma once
#define _TYPES_H_ 1
#include
<cstdint>
#include
<cstdint>
/*********** enumerations *********************************/
/*********** enumerations *********************************/
...
@@ -188,6 +187,3 @@ enum class TableFileFormat : std::int8_t
...
@@ -188,6 +187,3 @@ enum class TableFileFormat : std::int8_t
ods
=
1
,
///< Open Document Spreadsheet
ods
=
1
,
///< Open Document Spreadsheet
tsv
=
2
,
///< tabulated separated values
tsv
=
2
,
///< tabulated separated values
};
};
#endif
/* _TYPES_H_ */
This diff is collapsed.
Click to expand it.
src/utils/utils.h
+
1
−
4
View file @
e146aa3b
...
@@ -27,8 +27,7 @@
...
@@ -27,8 +27,7 @@
#include
<pappsomspp/types.h>
#include
<pappsomspp/types.h>
#include
<pappsomspp/amino_acid/aamodification.h>
#include
<pappsomspp/amino_acid/aamodification.h>
#ifndef XTPUTILS_H
#pragma once
#define XTPUTILS_H
class
Utils
class
Utils
{
{
public:
public:
...
@@ -45,5 +44,3 @@ class Utils
...
@@ -45,5 +44,3 @@ class Utils
getHistogram
(
std
::
vector
<
pappso
::
pappso_double
>
data_values
,
getHistogram
(
std
::
vector
<
pappso
::
pappso_double
>
data_values
,
unsigned
int
number_of_class
);
unsigned
int
number_of_class
);
};
};
#endif // XTPUTILS_H
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