WRApplication
External kratos "application" for multiscale time integration.
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
common.hpp
Go to the documentation of this file.
1 
3 #pragma once
4 
5 namespace Kratos {
6 
7 
8 template <class T>
9 using Ref = T&;
10 
11 
12 template <class T>
13 using Ptr = T*;
14 
15 
16 } // namespace Kratos
Definition: AddIOToPython.hpp:12
T * Ptr
Definition: common.hpp:13
T & Ref
Definition: common.hpp:9