1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/src/Expr/Expr_NamedConstant.lxx
2012-03-05 19:23:40 +04:00

13 lines
224 B
Plaintext
Executable File

// 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;
}