mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
removing some commented lines.
This commit is contained in:
parent
28636aad5c
commit
b4fa2b4944
@ -469,8 +469,6 @@ void
|
|||||||
clear_well_controls(int well_index, struct Wells *W)
|
clear_well_controls(int well_index, struct Wells *W)
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
{
|
{
|
||||||
// printf(" well_indx = %d \n", well_index);
|
|
||||||
// printf(" W->number_of_wells = %d \n", W->number_of_wells);
|
|
||||||
assert (W != NULL);
|
assert (W != NULL);
|
||||||
assert ((0 <= well_index) && (well_index < W->number_of_wells));
|
assert ((0 <= well_index) && (well_index < W->number_of_wells));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user