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
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
db1c236e
Commit
db1c236e
authored
Oct 03, 2020
by
kraus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
<cstring> is missing in two source files
parent
fdb171eb
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 @
db1c236e
...
...
@@ -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 @
db1c236e
...
...
@@ -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