Delete pointer-field.md

This commit is contained in:
Magne Sjaastad
2018-07-31 10:10:12 +02:00
committed by GitHub
parent f23c14e167
commit 83887cec56

View File

@@ -1,15 +0,0 @@
---
layout: docs
title: Pointer Field
published: true
---
# Pointer Field
## Definition
caf::PdmPtrField<RimWellPath*> m_parentWell;
## Implentation
CAF_PDM_InitFieldNoDefault(&m_parentWell, "ParentWell", "Parent Well", "", "", "");