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
solverstack
ScalFMM
Commits
74a65c92
Commit
74a65c92
authored
Dec 19, 2014
by
COULAUD Olivier
Browse files
Add the @SCALFMM_PRIVATE to adaptive files
parent
5b9f5d65
Changes
8
Hide whitespace changes
Inline
Side-by-side
Src/Adaptive/FAbstractAdaptiveKernel.hpp
View file @
74a65c92
#ifndef FABSTRACTADAPTIVEKERNEL
#define FABSTRACTADAPTIVEKERNEL
// Keep in private GIT
// @SCALFMM_PRIVATE
/**
* This class represent the method that an adaptive kernel must implement.
* There are two kinds of operators, the first one represent computation and the others
...
...
Src/Adaptive/FAdaptChebSymKernel.hpp
View file @
74a65c92
...
...
@@ -25,7 +25,8 @@
#include "Kernels/Chebyshev/FChebSymKernel.hpp"
class
FTreeCoordinate
;
// Keep in private GIT
// @SCALFMM_PRIVATE
// ==== CMAKE =====
// @FUSE_BLAS
// ================
...
...
Src/Adaptive/FAdaptTools.hpp
View file @
74a65c92
...
...
@@ -15,7 +15,8 @@
// ===================================================================================
#ifndef FADAPTTOOLS_HPP
#define FADAPTTOOLS_HPP
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <fstream>
#include "Containers/FOctree.hpp"
...
...
Src/Adaptive/FAdaptUnifKernel.hpp
View file @
74a65c92
...
...
@@ -14,7 +14,8 @@
// "http://www.cecill.info".
// "http://www.gnu.org/licenses".
// ===================================================================================
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "Utils/FGlobal.hpp"
#include "Utils/FPoint.hpp"
...
...
Src/Adaptive/FAdaptiveCell.hpp
View file @
74a65c92
#ifndef FAdaptiveCELL
#define FAdaptiveCELL
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "Components/FBasicCell.hpp"
/**
...
...
Src/Adaptive/FAdaptiveKernelWrapper.hpp
View file @
74a65c92
#ifndef FAdaptiveKERNELWRAPPER_HPP
#define FAdaptiveKERNELWRAPPER_HPP
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "Components/FAbstractKernels.hpp"
#include "Containers/FVector.hpp"
...
...
Src/Adaptive/FAdaptivePrintKernel.hpp
View file @
74a65c92
#ifndef FADAPTIVEPRINTKERNEL_HPP
#define FADAPTIVEPRINTKERNEL_HPP
// Keep in private GIT
// @SCALFMM_PRIVATE
#include <iostream>
#include "FAbstractAdaptiveKernel.hpp"
...
...
Src/Adaptive/FAdaptiveTestKernel.hpp
View file @
74a65c92
#ifndef FADAPTIVETESTKERNEL_HPP
#define FADAPTIVETESTKERNEL_HPP
// Keep in private GIT
// @SCALFMM_PRIVATE
#include "FAbstractAdaptiveKernel.hpp"
#include "../Components/FTestKernels.hpp"
...
...
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