Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Tesselation/boundary.cpp

    ree0032 r5a4cbc  
    10291029  for (int i=0;i<NDIM;i++) {
    10301030    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] << ".");
    10321032  }
    10331033
Note: See TracChangeset for help on using the changeset viewer.