mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-10 02:25:33 -06:00
Order variables the same as in constructor init list.
This commit is contained in:
parent
1dbd971710
commit
01b76e2658
@ -170,7 +170,6 @@ namespace DamarisOutput
|
||||
//!< describe the size of the variables data array
|
||||
std::vector<int64_t> positions_; //!< The offsets into the array that the data in the Variable
|
||||
//!< starts from for this rank.
|
||||
int rank_; //!< Rank of process - used for error reporting.
|
||||
bool parameters_set_; //!< set to true after SetDamarisParameter() is call to
|
||||
//!< ensure the variable has correct size for memory
|
||||
//!< allocation in SetPointersToDamarisShmem()
|
||||
@ -178,6 +177,7 @@ namespace DamarisOutput
|
||||
//!< variable depends on (via it's Layout)
|
||||
std::string variable_name_; //!< Reference string to the XML attribute name of
|
||||
//!< the variable.
|
||||
int rank_; //!< Rank of process - used for error reporting.
|
||||
int dam_err_; //!< Set to != DAMARIS_OK if a Damaris error was returned by a
|
||||
//!< Damaris API function call
|
||||
bool has_error_;
|
||||
@ -688,4 +688,4 @@ namespace DamarisOutput
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user