Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
75
Issues
75
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OPAL
src
Commits
46e7f4dc
Commit
46e7f4dc
authored
Oct 06, 2020
by
kraus
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'missingHeaders' into 'master'
<cstring> is missing in two source files See merge request
!443
parents
076d15a8
db1c236e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ippl/src/Utility/DiscMeta.cpp
ippl/src/Utility/DiscMeta.cpp
+1
-0
src/Structure/IpplInfoWrapper.cpp
src/Structure/IpplInfoWrapper.cpp
+2
-0
No files found.
ippl/src/Utility/DiscMeta.cpp
View file @
46e7f4dc
...
...
@@ -30,6 +30,7 @@
#include "Utility/IpplInfo.h"
#include "Utility/Inform.h"
#include <cstring>
///////////////////////////////////////////////////////////////////////////
// Constructor: read and parse the given meta file
...
...
src/Structure/IpplInfoWrapper.cpp
View file @
46e7f4dc
...
...
@@ -4,6 +4,8 @@
#include "Structure/IpplInfoWrapper.h"
#include <cstring>
IpplInfoWrapper
::
IpplInfoWrapper
(
const
std
::
string
&
inputFileName
,
int
infoLevel
,
int
warnLevel
,
MPI_Comm
comm
)
{
std
::
string
infoLevelStr
=
std
::
to_string
(
infoLevel
);
std
::
string
warnLevelStr
=
std
::
to_string
(
warnLevel
);
...
...
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