Open leobpujol opened 1 month ago
Should unused variables (e.g. infil, porosity, ...) be allocated at a size of 1 ? Should they be hidden behind compilation flag ?
Should they be initialized to default values that would cause issues when computing (e.g. -999, -1) or to values that would not (0, 1) ?
Should unused variables (e.g. infil, porosity, ...) be allocated at a size of 1 ? Should they be hidden behind compilation flag ?
Should they be initialized to default values that would cause issues when computing (e.g. -999, -1) or to values that would not (0, 1) ?