Skip to content

Commit

Permalink
Removes math function headers which were causing OCCA JIT failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-rowe committed Aug 25, 2022
1 parent 0fd53dd commit 56911a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/t406-qfunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
// This file is part of CEED: http://github.com/ceed

// Note: intentionally testing strange spacing in '#include's
#ifdef __cplusplus
#include <cmath>
#else
#include <math.h>
#endif

#include <ceed.h>
#include "./t406-qfunction-scales.h"
# include "t406-qfunction-helper.h"
Expand Down

1 comment on commit 56911a0

@jeremylt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note - these system headers are automatically stripped when using CeedLoadSourceToBuffer

Please sign in to comment.