Changes in src/Tesselation/boundary.cpp [ee0032:5a4cbc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Tesselation/boundary.cpp ¶
ree0032 r5a4cbc 1029 1029 for (int i=0;i<NDIM;i++) { 1030 1030 phi[i] = (random()/(rng_max-rng_min))*(2.*M_PI); 1031 std::cout << "Random angle is " << phi[i] << std::endl;1031 LOG(4, "DEBUG: Random angle is " << phi[i] << "."); 1032 1032 } 1033 1033
Note:
See TracChangeset
for help on using the changeset viewer.