fix whitespace and indentation

This commit is contained in:
ccolin 2022-01-09 17:04:57 +01:00
parent efec18499f
commit b9d5fd3aa7
1 changed files with 160 additions and 160 deletions

View File

@ -231,8 +231,8 @@ void transformeeEnDistance(ViewerType& viewer, std::string filename)
*
*/
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::Vector ext;
srand ( time(NULL) );
@ -246,6 +246,6 @@ template<typename Image>
image.setValue(p, value);
}
}
}
// //
///////////////////////////////////////////////////////////////////////////////