1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-13 16:55:35 +02:00

config.h fixed

This commit is contained in:
Anthony Scemama 2021-05-10 10:41:59 +02:00
parent 8b9b671c84
commit f524eeb22c
8 changed files with 13 additions and 13 deletions

View File

@ -60,7 +60,7 @@ MunitResult test_<<filename()>>() {
#+begin_src c :tangle (eval c)
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef HAVE_STDINT_H

View File

@ -8,7 +8,7 @@
#include "qmckl.h"
#include "munit.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
MunitResult test_<<filename()>>() {
#+end_src
@ -34,7 +34,7 @@ MunitResult test_<<filename()>>() {
#+begin_src c :tangle (eval c)
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef HAVE_STDINT_H

View File

@ -13,7 +13,7 @@ Functions for the computation of distances between particles.
#include "qmckl.h"
#include "munit.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
MunitResult test_<<filename()>>() {
qmckl_context context;

View File

@ -22,7 +22,7 @@ up-spin and down-spin electrons, and the electron coordinates.
#include "qmckl.h"
#include "munit.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
MunitResult test_<<filename()>>() {
qmckl_context context;
@ -31,7 +31,7 @@ MunitResult test_<<filename()>>() {
#+begin_src c :tangle (eval c)
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef HAVE_STDINT_H

View File

@ -11,7 +11,7 @@
#+begin_src c :tangle (eval c)
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef HAVE_STDINT_H
@ -37,7 +37,7 @@
#include "qmckl.h"
#include "munit.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
MunitResult test_<<filename()>>() {
#+end_src

View File

@ -10,7 +10,7 @@ optimized libraries to fine-tune the memory allocation.
#+begin_src c :tangle (eval c)
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef HAVE_STDINT_H
@ -38,7 +38,7 @@ optimized libraries to fine-tune the memory allocation.
#include "qmckl.h"
#include "munit.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#include "qmckl_context_private_type.h"
#include "qmckl_memory_private_func.h"

View File

@ -8,7 +8,7 @@
#include "qmckl.h"
#include "munit.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
MunitResult test_<<filename()>>() {
#+end_src
@ -26,7 +26,7 @@ MunitResult test_<<filename()>>() {
#+begin_src c :tangle (eval c)
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#ifdef HAVE_STDINT_H

View File

@ -83,7 +83,7 @@ echo "#+end_src"
#include "munit.h"
#include "mcheck.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
<<headers>>