Skip to content

Commit

Permalink
Merge pull request #451 from mmuetzel/paru
Browse files Browse the repository at this point in the history
ParU: Don't include headers in `extern "C"` block.
  • Loading branch information
DrTimothyAldenDavis authored Oct 20, 2023
2 parents e9683b8 + 513392a commit 84693e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions ParU/Config/ParU_definitions.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
#ifndef PARU_DEFINITIONS_H
#define PARU_DEFINITIONS_H

#ifdef __cplusplus
extern "C" {
#endif


#include "SuiteSparse_config.h"
#include "cholmod.h"
Expand All @@ -27,10 +23,6 @@ typedef enum ParU_Ret
PARU_TOO_LARGE = -4
} ParU_Ret;

#ifdef __cplusplus
}
#endif

#define PARU_MEM_CHUNK (1024*1024)

#define PARU_DATE "@PARU_DATE@"
Expand Down
8 changes: 0 additions & 8 deletions ParU/Include/ParU_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
#ifndef PARU_DEFINITIONS_H
#define PARU_DEFINITIONS_H

#ifdef __cplusplus
extern "C" {
#endif


#include "SuiteSparse_config.h"
#include "cholmod.h"
Expand All @@ -27,10 +23,6 @@ typedef enum ParU_Ret
PARU_TOO_LARGE = -4
} ParU_Ret;

#ifdef __cplusplus
}
#endif

#define PARU_MEM_CHUNK (1024*1024)

#define PARU_DATE "Dec 20, 2022"
Expand Down

0 comments on commit 84693e6

Please sign in to comment.