blob: 1c9ae245ce629d2644ed85af253acd004e0c5f06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// File: TestTopOpeTools_OtherCommands.cxx
// Created: Fri Feb 2 15:30:24 1996
// Author: Jean Yves LEBEY
// <jyl@meteox>
#include <TestTopOpeTools.hxx>
//=======================================================================
//function : OtherCommands
//purpose :
//=======================================================================
void TestTopOpeTools::OtherCommands(Draw_Interpretor& theCommands)
{
}
|