Changeset 3349
- Timestamp:
- 11/16/09 08:28:20 (4 months ago)
- Files:
-
- 1 modified
-
MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp
r3343 r3349 355 355 eatwhitespace(tmp_filename); 356 356 eatwhitespace(tmp_options); 357 357 std::string opts = ";"; opts += tmp_options; 358 358 359 MBEntityHandle set = ENTITY_HANDLE(handle); 359 MBErrorCode result = MBI->write_file(tmp_filename.c_str(), NULL, tmp_options.c_str(),360 MBErrorCode result = MBI->write_file(tmp_filename.c_str(), NULL, opts.c_str(), 360 361 &set, 1); 361 362
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)