mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fixed material.h
This commit is contained in:
parent
9c54ac0b6b
commit
70d5c76ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ public:
|
|||
#ifdef NCRYSTAL
|
||||
//! Gwet pointer to NCrystal material object
|
||||
//! \return Pointer to NCrystal material object
|
||||
std::shared_ptr<const NCrystal::ProcImpl::Process> m_NCrystal_mat() const {return m_NCrystal_mat_};
|
||||
std::shared_ptr<const NCrystal::ProcImpl::Process> m_NCrystal_mat() const {return m_NCrystal_mat_; };
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue