summaryrefslogtreecommitdiff
path: root/inc/Expr_NamedConstant.lxx
blob: 83c4b99954d1ea46eadc9fcf37ae555fe0563194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright: 	Matra-Datavision 1991
// File:	Expr_NamedConstant.lxx
// Created:	Mon Dec  2 14:28:46 1991
// Author:	Arnaud BOUZY
//		<adn>

inline Standard_Real Expr_NamedConstant::GetValue () const
{
  return myValue;
}