Skip to content

Commit 1d8ee57

Browse files
committed
Merge branch 'c-api' into fortran-api
2 parents 7e26660 + 30267be commit 1d8ee57

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+197
-144
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
#include <stdbool.h>
2121
#include <stddef.h>
2222
#endif
23-
#include <gauxc/types.h>
24-
#include <gauxc/status.h>
25-
#include <gauxc/shell.h>
23+
#include <gauxc/c/types.h>
24+
#include <gauxc/c/status.h>
25+
#include <gauxc/c/shell.h>
2626

2727
#ifdef __cplusplus
2828
extern "C" {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*/
1212
#pragma once
1313

14-
#include <gauxc/types.h>
15-
#include <gauxc/status.h>
14+
#include <gauxc/c/types.h>
15+
#include <gauxc/c/status.h>
1616

1717
#ifdef __cplusplus
1818
extern "C" {
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
*
1010
* See LICENSE.txt for details
1111
*/
12-
#include <gauxc/gauxc_config.h>
12+
#include <gauxc/c/gauxc_config.h>
1313
#ifdef GAUXC_HAS_HDF5
14-
#include <gauxc/status.h>
15-
#include <gauxc/basisset.h>
16-
#include <gauxc/molecule.h>
14+
#include <gauxc/c/status.h>
15+
#include <gauxc/c/basisset.h>
16+
#include <gauxc/c/molecule.h>
1717

1818
#ifdef __cplusplus
1919
namespace GauXC::C {
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
#include <stddef.h>
2121
#include <stdbool.h>
2222
#endif
23-
#include <gauxc/types.h>
24-
#include <gauxc/status.h>
25-
#include <gauxc/enums.h>
26-
#include <gauxc/runtime_environment.h>
27-
#include <gauxc/molecule.h>
28-
#include <gauxc/molgrid.h>
29-
#include <gauxc/basisset.h>
23+
#include <gauxc/c/types.h>
24+
#include <gauxc/c/status.h>
25+
#include <gauxc/c/enums.h>
26+
#include <gauxc/c/runtime_environment.h>
27+
#include <gauxc/c/molecule.h>
28+
#include <gauxc/c/molgrid.h>
29+
#include <gauxc/c/basisset.h>
3030

3131
#ifdef __cplusplus
3232
extern "C" {
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
#include <stdint.h>
1919
#include <stdbool.h>
2020
#endif
21-
#include <gauxc/types.h>
22-
#include <gauxc/status.h>
23-
#include <gauxc/enums.h>
24-
#include <gauxc/load_balancer.h>
21+
#include <gauxc/c/types.h>
22+
#include <gauxc/c/status.h>
23+
#include <gauxc/c/enums.h>
24+
#include <gauxc/c/load_balancer.h>
2525

2626
#ifdef __cplusplus
2727
extern "C" {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
#include <stdbool.h>
2121
#include <stddef.h>
2222
#endif
23-
#include <gauxc/types.h>
24-
#include <gauxc/status.h>
25-
#include <gauxc/atom.h>
23+
#include <gauxc/c/types.h>
24+
#include <gauxc/c/status.h>
25+
#include <gauxc/c/atom.h>
2626

2727
#ifdef __cplusplus
2828
extern "C" {
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#else
1717
#include <stdint.h>
1818
#endif
19-
#include <gauxc/types.h>
20-
#include <gauxc/status.h>
21-
#include <gauxc/enums.h>
22-
#include <gauxc/molecule.h>
19+
#include <gauxc/c/types.h>
20+
#include <gauxc/c/status.h>
21+
#include <gauxc/c/enums.h>
22+
#include <gauxc/c/molecule.h>
2323

2424
#ifdef __cplusplus
2525
extern "C" {

0 commit comments

Comments
 (0)