fix error
This commit is contained in:
@@ -319,9 +319,9 @@ classdef EDFMAppController < handle
|
||||
obj.setNumericFieldValue('MCcvwEditField', obj.firstScalar(c.flow.multi_component.cvw));
|
||||
|
||||
obj.setTableValue('Well1Table', c.wells.well1);
|
||||
obj.setTableValue('FractureWellLocationTable', c.wells.welloc);
|
||||
obj.setTableValue('FractureWellLocationTable', c.wells.welloc{1});
|
||||
obj.setTableValue('Well2Table', c.wells.well2);
|
||||
obj.setTableValue('ScheduleTable', c.schedule.well_schedules);
|
||||
obj.setTableValue('ScheduleTable', c.schedule.well_schedules{1});
|
||||
obj.setTextAreaExpr('TimeTextArea', c.schedule.time);
|
||||
obj.setTextAreaExpr('DtMinTextArea', c.schedule.dtmin);
|
||||
obj.setTextAreaExpr('DtMaxTextArea', c.schedule.dtmax);
|
||||
|
||||
Reference in New Issue
Block a user