We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4732e81 commit 39910ccCopy full SHA for 39910cc
src/precice/impl/DataContext.cpp
@@ -20,12 +20,6 @@ mesh::PtrData DataContext::providedData()
20
return _providedData;
21
}
22
23
-mesh::PtrData DataContext::toData()
24
-{
25
- PRECICE_ASSERT(_toData);
26
- return _toData;
27
-}
28
-
29
std::string DataContext::getDataName() const
30
{
31
PRECICE_ASSERT(_providedData);
src/precice/impl/DataContext.hpp
@@ -31,13 +31,6 @@ class DataContext {
*/
32
mesh::PtrData providedData();
33
34
- /**
35
- * @brief Get _toData member.
36
- *
37
- * @return mesh::PtrData _toData.
38
- */
39
- mesh::PtrData toData();
40
41
/**
42
* @brief Get the Name of _providedData.
43
*
0 commit comments