mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
13 lines
224 B
Plaintext
Executable File
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;
|
|
}
|
|
|
|
|