Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
2193648b
Commit
2193648b
authored
Mar 13, 2015
by
BRAMAS Berenger
Browse files
Forgot the openc descriptor as friend class
parent
60da2621
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Components/FTestCell.hpp
View file @
2193648b
...
...
@@ -22,6 +22,7 @@
// To get access to descriptors
class
FTestCellCudaDescriptor
;
class
FTestCellCudaConstDescriptor
;
struct
FTestCell_Alignement
;
/**
* @author Berenger Bramas (berenger.bramas@inria.fr)
...
...
@@ -119,6 +120,7 @@ public:
// To get access to descriptor
friend
class
FTestCellCudaDescriptor
;
friend
class
FTestCellCudaConstDescriptor
;
friend
struct
FTestCell_Alignement
;
};
#endif //FTESTCELL_HPP
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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