Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
f3e550d4
Commit
f3e550d4
authored
May 03, 2019
by
LEFEBVREJP email
Browse files
Hack of a fix for TasmanianSparseGrid dependency on M_PI.
parent
5a13e8c9
Pipeline
#52768
failed with stages
in 14 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixsparsegrids/sparse_grids.hh
View file @
f3e550d4
...
...
@@ -3,6 +3,9 @@
#include <string>
#include <vector>
#ifndef M_PI
#define _USE_MATH_DEFINES
#endif
#include "TasmanianSparseGrid.hpp"
namespace
radix
{
...
...
@@ -43,7 +46,7 @@ class SparseGrids
TasGrid
::
TasmanianSparseGrid
mGrid
;
double
*
mPoints
;
std
::
vector
<
double
>
mOutputValues
;
};
}
// namespace radix
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment