Removing default values for set_id args as requested by @paulromano.

This commit is contained in:
Patrick Shriwise 2019-09-30 14:31:26 -05:00
parent 1b8bc2d01d
commit e7b28ab8d9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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