fix whitespace and indentation
This commit is contained in:
parent
efec18499f
commit
b9d5fd3aa7
@ -231,8 +231,8 @@ void transformeeEnDistance(ViewerType& viewer, std::string filename)
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
template<typename Image>
|
template<typename Image>
|
||||||
void randomSeeds(Image &image, const unsigned int nb, const int value)
|
void randomSeeds(Image &image, const unsigned int nb, const int value)
|
||||||
{
|
{
|
||||||
typename Image::Point p, low = image.domain().lowerBound();
|
typename Image::Point p, low = image.domain().lowerBound();
|
||||||
typename Image::Vector ext;
|
typename Image::Vector ext;
|
||||||
srand ( time(NULL) );
|
srand ( time(NULL) );
|
||||||
@ -246,6 +246,6 @@ template<typename Image>
|
|||||||
|
|
||||||
image.setValue(p, value);
|
image.setValue(p, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// //
|
// //
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user