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
ba54860b
Commit
ba54860b
authored
Jun 16, 2016
by
Quentin Khan
Browse files
changeFmaFormat example: fix visual output file argument
parent
2266c9a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/changeFmaFormat.cpp
View file @
ba54860b
...
...
@@ -87,7 +87,7 @@ int main(int argc, char ** argv){
// Generate file for visualization purpose
//
if
(
FParameters
::
existParameter
(
argc
,
argv
,
FParameterDefinitions
::
OutputVisuFile
.
options
)){
std
::
string
outfilename
(
FParameters
::
getStr
(
argc
,
argv
,
FParameterDefinitions
::
OutputFile
.
options
,
"output.vtp"
));
std
::
string
outfilename
(
FParameters
::
getStr
(
argc
,
argv
,
FParameterDefinitions
::
Output
Visu
File
.
options
,
"output.vtp"
));
driverExportData
(
outfilename
,
particles
,
NbPoints
,
loader
.
getNbRecordPerline
()
);
}
//
...
...
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