Skip to content

Instantly share code, notes, and snippets.

View mpictor's full-sized avatar

Mark mpictor

  • Austin, TX
View GitHub Profile
@mpictor
mpictor / Interface_EntityCluster.E.cxx
Created June 18, 2011 11:26
Pre-processed source from OCE; EKOPath has a floating point exception
//simplified with delta, delta.tigris.org - thanks C. Bergström!
class Standard_Transient {};
class Handle_Standard_Transient {
public:
Handle_Standard_Transient(): entity(((Standard_Transient *)0xfefdfefdfefd0000)){}
Handle_Standard_Transient& operator=(const Handle_Standard_Transient& aHandle){}
Standard_Transient *entity;
};