Changeset 440 in Sophya for trunk/SophyaPI/PIext/pintup3d.cc
- Timestamp:
- Sep 26, 1999, 5:49:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintup3d.cc
r333 r440 98 98 if ( (xK < 0) || (yK < 0) || (zK < 0) ) return; 99 99 100 #if defined( __DECCXX) || defined(__KCC__)100 #if defined(CC_HAS_RTTI_SUPPORT) 101 101 PIGraphic3D* g3 = dynamic_cast<PIGraphic3D*>(g); 102 102 #else
Note:
See TracChangeset
for help on using the changeset viewer.