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
8f41770a
Commit
8f41770a
authored
Apr 15, 2015
by
Quentin Khan
Browse files
Corection of merge error in generateDistribution
parent
bd679d01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/generateDistributions.cpp
View file @
8f41770a
...
@@ -115,7 +115,7 @@ int main(int argc, char ** argv){
...
@@ -115,7 +115,7 @@ int main(int argc, char ** argv){
typedef
double
FReal
;
typedef
double
FReal
;
FReal
extraRadius
=
0.000
;
FReal
extraRadius
=
0.000
;
const
FSize
NbPoints
=
FParameters
::
getValue
(
argc
,
argv
,
FParameterDefinitions
::
NbParticles
.
options
,
FSize
(
2
)
0000
);
const
FSize
NbPoints
=
FParameters
::
getValue
(
argc
,
argv
,
FParameterDefinitions
::
NbParticles
.
options
,
FSize
(
20000
)
)
;
const
std
::
string
genericFileName
(
FParameters
::
getStr
(
argc
,
argv
,
FParameterDefinitions
::
OutputFile
.
options
,
"unifPointDist"
));
const
std
::
string
genericFileName
(
FParameters
::
getStr
(
argc
,
argv
,
FParameterDefinitions
::
OutputFile
.
options
,
"unifPointDist"
));
FReal
BoxWith
=
0.0
;
FReal
BoxWith
=
0.0
;
...
...
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