mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 20:44:18 +05:00
*** empty log message ***
This commit is contained in:
parent
2364a4ab33
commit
9668e927d7
@ -105,14 +105,14 @@ STDMESHERS_EXPORT
|
|||||||
bool buildDistribution( const Function& f,
|
bool buildDistribution( const Function& f,
|
||||||
const double start, const double end,
|
const double start, const double end,
|
||||||
const int nbSeg,
|
const int nbSeg,
|
||||||
vector<double>& data,
|
std::vector<double>& data,
|
||||||
const double eps );
|
const double eps );
|
||||||
|
|
||||||
STDMESHERS_EXPORT
|
STDMESHERS_EXPORT
|
||||||
bool buildDistribution( const TCollection_AsciiString& f, const int conv, const double start, const double end,
|
bool buildDistribution( const TCollection_AsciiString& f, const int conv, const double start, const double end,
|
||||||
const int nbSeg, vector<double>& data, const double eps );
|
const int nbSeg, std::vector<double>& data, const double eps );
|
||||||
STDMESHERS_EXPORT
|
STDMESHERS_EXPORT
|
||||||
bool buildDistribution( const std::vector<double>& f, const int conv, const double start, const double end,
|
bool buildDistribution( const std::vector<double>& f, const int conv, const double start, const double end,
|
||||||
const int nbSeg, vector<double>& data, const double eps );
|
const int nbSeg, std::vector<double>& data, const double eps );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user