Skip to content

Commit 473cbde

Browse files
committed
Changed bugs in KRITIS-calculation
1 parent 2f61118 commit 473cbde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source_code/system_hydraulic/source_code/system/Hyd_Hydraulic_System.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,11 @@ void Hyd_Hydraulic_System::create_hyd_database_tables(void){
604604
Hyd_Model_Floodplain::create_table(&this->database);
605605
//floodplain elements
606606
Hyd_Element_Floodplain::create_table(&this->database);
607+
Hyd_Element_Floodplain::create_element_boundary_table(&this->database);
608+
Hyd_Element_Floodplain::create_bound2elems_view(&this->database);
607609
//floodplain
608610
Hyd_Element_Floodplain::create_erg_table(&this->database);
611+
Hyd_Element_Floodplain::create_erg_instat_table(&this->database);
609612
}
610613
else{
611614
//global

0 commit comments

Comments
 (0)