Skip to content

Commit

Permalink
Merge pull request #264 from lanl/ehinrichs/debug
Browse files Browse the repository at this point in the history
Updated files to fix compiler issues
  • Loading branch information
ehinrichs authored Apr 23, 2024
2 parents 3b9bd28 + e5d69d6 commit 570d792
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lg_c_wrappers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NOTE: these only work for integer scalars

#include "lg_c_interface.h"
#include "lg_f_interface.h"

#include "type_sizes.h"
#include <stdio.h>
#include <cstring>

Expand Down
1 change: 1 addition & 0 deletions src/lg_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ where integer=8bytes, real*8=8bytes, pointer=8bytes

#include "lg_c_interface.h"
#include "lg_f_interface.h"
#include "type_sizes.h"
#include <stdio.h>
#include <cstring>

Expand Down
3 changes: 2 additions & 1 deletion src/lg_f_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ ie define DOTASK FortranCInterface_GLOBAL(dotask, DOTASK)
*/

#include "fc_mangle.h"
#include "type_sizes.h"
#include <stddef.h>

typedef int int_ptrsize;
// typedef int int_ptrsize;
typedef double real8;

#ifdef __cplusplus
Expand Down

0 comments on commit 570d792

Please sign in to comment.