mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 12:48:37 +08:00
6 lines
268 B
C++
Executable File
6 lines
268 B
C++
Executable File
//static const char* sccsid = "@(#)math_MultipleVarFunction.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
|
|
#include <Standard_Integer.hxx>
|
|
#include <math_MultipleVarFunction.ixx>
|
|
|
|
Standard_Integer math_MultipleVarFunction::GetStateNumber() { return 0; }
|