FDiot / code_tympan2

0 stars 0 forks source link

define max and min boundaries values as constants #72

Open FDiot opened 6 years ago

FDiot commented 6 years ago

Created by bitbucket user Albert_A_C on 2017-11-08 16:25

In some cases boundary values (Ray mint, maxt and bounding boxes boundaries, DefaultEngine::genray(), etc.) are directly assigned inside functions/classes. This could lead to boundary inconsisntacy. It would better to make a unique definition of this values in e.g. global parameters.