Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
3b867e73
Commit
3b867e73
authored
Oct 13, 2017
by
Pavel Kus
Browse files
adding string.h to get rid of warning
parent
3fb7b494
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
test_project_C/src/test_real.c
View file @
3b867e73
...
...
@@ -46,6 +46,7 @@
#include <stdlib.h>
#include <mpi.h>
#include <math.h>
#include <string.h>
#include <elpa/elpa.h>
#include <assert.h>
...
...
test_project_C_2stage/src/test_real2.c
View file @
3b867e73
...
...
@@ -46,6 +46,7 @@
#include <stdlib.h>
#include <mpi.h>
#include <math.h>
#include <string.h>
#include <elpa/elpa.h>
#include <assert.h>
...
...
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