Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/geo/osgGeoStructs.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/geo/osgGeoStructs.h
r11510 r13041 478 478 case DB_DSK_FLOAT3_VAR: 479 479 case DB_DSK_FLOAT4_VAR: 480 480 481 481 case DB_DSK_INTERNAL_VARS: 482 482 case DB_DSK_LOCAL_VARS: … … 613 613 default: output << " inp record " << gr.id << std::endl; break; 614 614 } 615 615 616 616 for (geoFieldList::const_iterator itr=gr.fields.begin(); 617 617 itr!=gr.fields.end();
