ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/poly_occ/src/main.cpp
(Generate patch)

Comparing poly_occ/src/main.cpp (file contents):
Revision 1006 by francois, Thu Oct 18 23:40:32 2018 UTC vs.
Revision 1007 by francois, Mon Mar 25 16:36:48 2019 UTC

# Line 26 | Line 26 | int main(int argc, char **argv)
26      if ((ss >> nbParticules) || ss.eof())
27      {
28        std::cout << "Génération d'un polycristal à " << nbParticules << " particules aléatoires.." << std::endl;  
29 <      Polycristal poly(nbParticules);
29 >      Polycristal poly(nbParticules,1e-6);
30        std::cout << "Terminé." << std::endl;
31      }
32      else
33      {
34        std::cout << "Génération d'un polycristal à partir d'un fichier de particules.." << std::endl;  
35 <      Polycristal poly(argv[1]);
35 >      Polycristal poly(argv[1],1e-6);
36        std::cout << "Fichier BREP : resultat.brep" << std::endl;
37        std::cout << "Terminé." << std::endl;
38      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines