mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Updating other signatures to match new pixels_ type.
This commit is contained in:
parent
f6192dfc9e
commit
abd417c5f6
2 changed files with 6 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ struct IdData {
|
|||
IdData(size_t h_res, size_t v_res);
|
||||
|
||||
// Methods
|
||||
void set_value(int y, int x, const Particle& p, int level);
|
||||
void set_value(size_t y, size_t x, const Particle& p, int level);
|
||||
|
||||
// Members
|
||||
xt::xtensor<int32_t, 3> data_; //!< 2D array of cell & material ids
|
||||
|
|
@ -71,7 +71,7 @@ struct PropertyData {
|
|||
PropertyData(size_t h_res, size_t v_res);
|
||||
|
||||
// Methods
|
||||
void set_value(int y, int x, const Particle& p, int level);
|
||||
void set_value(size_t y, size_t x, const Particle& p, int level);
|
||||
|
||||
// Members
|
||||
xt::xtensor<double, 3> data_; //!< 2D array of temperature & density data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue