summaryrefslogtreecommitdiff
path: root/src/StepToGeom/StepToGeom_Root.cxx
blob: 5d7f88b5007162969d8617fd7dad61fdce1da208 (plain)
1
2
3
4
5
6
7
8
9
10
11
// File:	StepToGeom_Root.cxx
// Created:	Mon Jul  5 14:31:07 1993
// Author:	Martine LANGLOIS
//		<mla@mastox>

#include <StepToGeom_Root.ixx>

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