Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA

This commit is contained in:
James E McClure
2018-11-25 20:55:58 -05:00
14 changed files with 1305 additions and 953 deletions

View File

@@ -39,7 +39,7 @@ namespace IO {
* silo - Silo
* @param[in] append Append any existing data (default is false)
*/
void initialize( const std::string& path="", const std::string& format="new", bool append=false );
void initialize( const std::string& path="", const std::string& format="silo", bool append=false );
/*!