Add comment about content of ACTIONX related INTEHEAD parameters

This commit is contained in:
Joakim Hove 2021-09-08 09:02:42 +02:00
parent 539c86c21c
commit 974c53fcd1

View File

@ -755,12 +755,12 @@ Opm::RestartIO::InteHEAD&
Opm::RestartIO::InteHEAD:: Opm::RestartIO::InteHEAD::
variousUDQ_ACTIONXParam() variousUDQ_ACTIONXParam()
{ {
this -> data_[159] = 4; this -> data_[159] = 4; // entriesPerZACT??
this -> data_[160] = 5; this -> data_[160] = 5; // entriesPerSACT??
this -> data_[161] = 9; this -> data_[161] = 9; // entriesPerIACT??
this -> data_[246] = 26; this -> data_[246] = 26; // entriesPerIACN (multiply max_conditions)
this -> data_[247] = 16; this -> data_[247] = 16; // entriesPerSACN (multiply max_conditions)
this -> data_[248] = 13; this -> data_[248] = 13; // entriesPerZACN (multiply max_conditions)
return *this; return *this;
} }