mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Removing default values for set_id args as requested by @paulromano.
This commit is contained in:
parent
1b8bc2d01d
commit
e7b28ab8d9
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ public:
|
|||
//! Assign a unique ID to the material
|
||||
//! \param[in] Unique ID to assign. A value of -1 indicates that an ID
|
||||
//! should be automatically assigned.
|
||||
void set_id(int32_t id = -1);
|
||||
void set_id(int32_t id);
|
||||
|
||||
//! Get whether material is fissionable
|
||||
//! \return Whether material is fissionable
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ public:
|
|||
//! Assign a unique ID to the filter
|
||||
//! \param[in] Unique ID to assign. A value of -1 indicates that an ID should
|
||||
//! be automatically assigned
|
||||
void set_id(int32_t id = -1);
|
||||
void set_id(int32_t id);
|
||||
|
||||
//! Get number of bins
|
||||
//! \return Number of bins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue