Files
geant4/source/geometry/solids/BREPS/include/G4BSplineCurveWithKnots.hh
T
2016-06-01 15:25:35 +02:00

22 lines
542 B
C++

// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4BSplineCurveWithKnots.hh,v 2.2 1998/10/20 16:31:10 broglia Exp $
// GEANT4 tag $Name: geant4-00 $
//
#ifndef __B_SPLINECURVEWITHKNOTS_H
#define __B_SPLINECURVEWITHKNOTS_H
#include "G4BSplineCurve.hh"
class G4BSplineCurveWithKnots : public G4BSplineCurve
{
};
#endif