- Timestamp:
- 07/17/11 18:24:47 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/stl/ReaderWriterSTL.cpp
r11536 r12697 89 89 if (options && (options->getOptionString() == "separateFiles")) 90 90 { 91 OSG_INFO << "ReaderWriterSTL::writeNode: Files are sep erated written" << std::endl;91 OSG_INFO << "ReaderWriterSTL::writeNode: Files are separated written" << std::endl; 92 92 } else { 93 93 m_f = new osgDB::ofstream(m_fout.c_str());
