mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Merge branch 'master' into sherman-morrison-woodbury
This commit is contained in:
commit
3f4ace0425
@ -85,6 +85,10 @@ cat << EOF > ${OUTPUT}
|
|||||||
#ifndef __QMCKL_H__
|
#ifndef __QMCKL_H__
|
||||||
#define __QMCKL_H__
|
#define __QMCKL_H__
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
@ -100,6 +104,9 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
cat << EOF >> ${OUTPUT}
|
cat << EOF >> ${OUTPUT}
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user