OGS
Water.cpp
Go to the documentation of this file.
1
12
13#include "Water.h"
14
16
17namespace MaterialPropertyLib
18{
19Water::Water(std::unique_ptr<PropertyArray>&& properties)
20 : Component{"Water", std::move(properties)}
21{
22}
23} // namespace MaterialPropertyLib
Water(std::unique_ptr< PropertyArray > &&properties)
Definition Water.cpp:19