summaryrefslogtreecommitdiff
path: root/src/GeomToStep/GeomToStep_Root.cxx
blob: e0577d516d4f968935e9e4d18c5feb6601c06429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// File:	GeomToStep_Root.cxx
// Created:	Fri Jun 25 15:23:36 1993
// Author:	Martine LANGLOIS
//		<mla@mastox>


#include <GeomToStep_Root.ixx>

Standard_Boolean GeomToStep_Root::IsDone () const
{
  return done; 
}