Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 64e18689 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

Remove -bin option. Now we check the extension to know if the file is in text mode or binary one.

parent 77d055e8
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,7 @@
//! \param -subdepth Specifies the size of the sub octree
//! \param -t The number of threads
//!
//! \param -f name Name of the particles file. The file have to be in our FMA format
//! \param -bin if the file is in binary mode
//! \param -f name Name of the particles file with extension (.fma or .bfma). The data in file have to be in our FMA format
//!
//
......@@ -75,7 +73,6 @@ void usage() {
<< " -depth the depth of the octree "<< std::endl
<< " -subdepth specifies the size of the sub octree " << std::endl
<< " -f name name specifies the name of the particle distribution" << std::endl
<< " -bin if the file is in binary mode" << std::endl
<< " -t n specifies the number of threads used in the computations" << std::endl;
}
......
......@@ -60,8 +60,7 @@
//! \param -subdepth Specifies the size of the sub octree
//! \param -t The number of threads
//!
//! \param -f name Name of the particles file. The file have to be in our FMA format
//! \param -bin if the file is in binary mode
//! \param -f name Name of the particles file with extension (.fma or .bfma). The data in file have to be in our FMA format
//!
//
......
......@@ -57,8 +57,7 @@
//! \param -subdepth Specifies the size of the sub octree
//! \param -t The number of threads
//!
//! \param -f name Name of the particles file. The file have to be in our FMA format
//! \param -bin if the file is in binary mode
//! \param -f name Name of the particles file with extension (.fma or .bfma). The data in file have to be in our FMA format
//!
//
......@@ -68,8 +67,7 @@ void usage() {
<< " -help to see the parameters " << std::endl
<< " -depth the depth of the octree "<< std::endl
<< " -subdepth specifies the size of the sub octree " << std::endl
<< " -f name name specifies the name of the particle distribution" << std::endl
<< " -bin if the file is in binary mode" << std::endl
<< " -f name name specifies the name of the particle distribution. If extension is . bfma th file is -in binary mode" << std::endl
<< " -t n specifies the number of threads used in the computations" << std::endl;
}
......
......@@ -58,8 +58,7 @@
//! \param -subdepth Specifies the size of the sub octree
//! \param -t The number of threads
//!
//! \param -f name Name of the particles file. The file have to be in our FMA format
//! \param -bin if the file is in binary mode
//! \param -f name Name of the particles file with extension (.fma or .bfma). The data in file have to be in our FMA format
//!
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment