preCICE
v3.1.2
Loading...
Searching...
No Matches
src
m2n
SharedPointer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
memory
>
4
5
namespace
precice
{
6
namespace
m2n {
7
8
class
M2N;
9
10
using
PtrM2N
=
std::shared_ptr<M2N>
;
11
12
}
// namespace m2n
13
}
// namespace precice
memory
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5
std::shared_ptr< M2N >