Changeset 3865
- Timestamp:
- Oct 25, 2006, 5:47:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/search_functions.py
r3858 r3865 96 96 # Sigmas are allowed to get negative within 97 97 # machine precision on some machines (e.g nautilus) 98 epsilon = get_machine_precision() 98 99 if sigma0 >= -epsilon and sigma1 >= -epsilon and sigma2 >= -epsilon: 99 100 element_found = True
Note: See TracChangeset
for help on using the changeset viewer.