Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James Willenbring
Trilinos
Commits
badb4110
Commit
badb4110
authored
Mar 01, 2017
by
Matt Bettencourt
Browse files
ifdef'ed out KK is cuda is turned on
parent
ebe8685a
Changes
3
Hide whitespace changes
Inline
Side-by-side
packages/panzer/disc-fe/src/Panzer_BasisValues2.hpp
View file @
badb4110
...
...
@@ -52,8 +52,10 @@
#include "Panzer_ArrayTraits.hpp"
#ifndef __KK__
#ifndef __CUDACC__
#define __KK__
#endif
#endif
namespace
panzer
{
...
...
packages/panzer/disc-fe/src/Panzer_PureBasis.hpp
View file @
badb4110
...
...
@@ -53,8 +53,10 @@
#include "Panzer_IntrepidBasisFactory.hpp"
#ifndef __KK__
#ifndef __CUDACC__
#define __KK__
#endif
#endif
namespace
panzer
{
...
...
packages/panzer/disc-fe/src/Panzer_WorksetContainer.hpp
View file @
badb4110
...
...
@@ -53,8 +53,10 @@
#include "Panzer_WorksetNeeds.hpp" // whats in a workset basis/integration rules
#ifndef __KK__
#ifndef __CUDACC__
#define __KK__
#endif
#endif
namespace
panzer
{
...
...
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