Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
a3f36294
Commit
a3f36294
authored
Sep 19, 2013
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git+ssh://scm.gforge.inria.fr//gitroot//scalfmm/scalfmm
parents
da5284e1
53087996
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
Src/Components/FAbstractKernels.hpp
Src/Components/FAbstractKernels.hpp
+3
-3
Src/Components/FBasicParticleContainer.hpp
Src/Components/FBasicParticleContainer.hpp
+1
-2
Src/Containers/FTreeCoordinate.hpp
Src/Containers/FTreeCoordinate.hpp
+1
-0
Tests/Utils/testChebOctree.cpp
Tests/Utils/testChebOctree.cpp
+6
-2
No files found.
Src/Components/FAbstractKernels.hpp
View file @
a3f36294
...
...
@@ -115,9 +115,9 @@ public:
* @param directNeighborsParticles the particles from direct neighbors (this is an array of list)
* @param size the number of direct neighbors
*/
virtual
void
P2PRemote
(
const
FTreeCoordinate
&
inLeafPosition
,
ContainerClass
*
const
FRestrict
targets
,
const
ContainerClass
*
const
FRestrict
sources
,
ContainerClass
*
const
directNeighborsParticles
[
27
],
const
int
size
)
{
virtual
void
P2PRemote
(
const
FTreeCoordinate
&
/*
inLeafPosition
*/
,
ContainerClass
*
const
FRestrict
/*
targets
*/
,
const
ContainerClass
*
const
FRestrict
/*
sources
*/
,
ContainerClass
*
const
/*
directNeighborsParticles
*/
[
27
],
const
int
/*
size
*/
)
{
FDEBUG
(
FDebug
::
Controller
.
write
(
"Warning, P2P remote is used but not implemented!"
).
write
(
FDebug
::
Flush
)
);
}
...
...
Src/Components/FBasicParticleContainer.hpp
View file @
a3f36294
...
...
@@ -19,7 +19,6 @@
#include "FAbstractParticleContainer.hpp"
#include "../Utils/FMath.hpp"
#include "../Utils/FPoint.hpp"
#include <type_traits>
/**
* @author Berenger Bramas (berenger.bramas@inria.fr)
...
...
@@ -75,7 +74,7 @@ public:
/////////////////////////////////////////////////////
/////////////////////////////////////////////////////
FBasicParticleContainer
(
const
FBasicParticleContainer
&
)
=
delete
;
FBasicParticleContainer
(
const
FBasicParticleContainer
&
)
=
delete
;
FBasicParticleContainer
&
operator
=
(
const
FBasicParticleContainer
&
)
=
delete
;
/////////////////////////////////////////////////////
...
...
Src/Containers/FTreeCoordinate.hpp
View file @
a3f36294
...
...
@@ -16,6 +16,7 @@
#ifndef FTREECOORDINATE_HPP
#define FTREECOORDINATE_HPP
#include <string>
#include "../Utils/FGlobal.hpp"
#include "../Containers/FBufferReader.hpp"
...
...
Tests/Utils/testChebOctree.cpp
View file @
a3f36294
...
...
@@ -14,10 +14,14 @@
// relatives à l'usage du LOGICIEL
// ===================================================================================
// ==== CMAKE =====
// @FUSE_BLAS
// ================
#include <iostream>
#include <stdio
.h
>
#include <stdlib
.h
>
#include <
c
stdio>
#include <
c
stdlib>
#include <time.h>
#include "../../Src/Utils/FTic.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