| 900 | } |
| 901 | |
| 902 | void setDefaultSerializeMeshFormat( std::string newFormat ) |
| 903 | { |
| 904 | assert( !newFormat.empty() && newFormat[0] == '.' ); |
| 905 | sDefaultSerializeMeshFormat = std::move( newFormat ); |
| 906 | } |
| 907 | |
| 908 | } //namespace MR |
no test coverage detected