Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
3ebdebec
Commit
3ebdebec
authored
Feb 10, 2019
by
Matthieu Schaller
Browse files
Clean up some header inclusions in the unit tests.
parent
3836adbd
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/exp10.h
View file @
3ebdebec
...
@@ -25,11 +25,11 @@
...
@@ -25,11 +25,11 @@
/* Some standard headers. */
/* Some standard headers. */
#include
<math.h>
#include
<math.h>
#ifndef __GNUC__
/* Local headers. */
/* Local headers. */
#include
"inline.h"
#include
"inline.h"
#ifndef __GNUC__
/**
/**
* @brief Raises 10 to the power of the argument.
* @brief Raises 10 to the power of the argument.
*
*
...
...
tests/testCosmology.c
View file @
3ebdebec
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
******************************************************************************/
******************************************************************************/
/* Some standard headers. */
/* Some standard headers. */
#include
<stdlib
.h
>
#include
"../config
.h
"
/* Includes. */
/* Includes. */
#include
"swift.h"
#include
"swift.h"
...
...
tests/testOutputList.c
View file @
3ebdebec
...
@@ -17,10 +17,9 @@
...
@@ -17,10 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*
******************************************************************************/
******************************************************************************/
#include
"../config.h"
#include
<math.h>
/* Includes. */
#include
<stdio.h>
#include
<string.h>
#include
"swift.h"
#include
"swift.h"
#define Ntest 3
#define Ntest 3
...
...
tests/testSelectOutput.c
View file @
3ebdebec
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
******************************************************************************/
******************************************************************************/
/* Some standard headers. */
/* Some standard headers. */
#include
<stdlib
.h
>
#include
"../config
.h
"
/* Includes. */
/* Includes. */
#include
"swift.h"
#include
"swift.h"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment