Changeset 1546

Show
Ignore:
Timestamp:
01/18/08 15:50:04 (2 years ago)
Author:
janehu
Message:

Adding comments for RefFace? change.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cgm/trunk/geom/RefFace.cpp

    r1545 r1546  
    14871487CubitStatus RefFace::get_point_normal( CubitVector& origin, CubitVector& normal ) 
    14881488{ 
     1489   // non-planar surface can calculate for point normal too. If certain 
     1490   //geometry engine can't provide normal for non-planar surfaces, check  
     1491   //should be done in the geometry engine level. 
    14891492   //if( is_planar() == CUBIT_FALSE) 
    14901493   //   return CUBIT_FAILURE;