Show
Ignore:
Timestamp:
09/30/10 09:45:58 (14 years ago)
Author:
smidl
Message:

round

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/LQG_test.cpp

    r1205 r1206  
    283283 
    284284  urng.setup(2.0, maxxsize);   
    285   int matxsize = round(urng()); 
     285  int matxsize = round_i(urng()); 
    286286  urng.setup(2.0, maxusize);   
    287   int matusize = round(urng()); 
     287  int matusize = round_i(urng()); 
    288288 
    289289  urng.setup(-maxmult, maxmult);