diff --git a/doc/io/exportModel.html b/doc/io/exportModel.html index bd84ad09..34b6f359 100644 --- a/doc/io/exportModel.html +++ b/doc/io/exportModel.html @@ -153,7 +153,7 @@

SOURCE CODE ^%Check the model structure 0092 if supressWarnings==false -0093 checkModelStruct(model,false); +0093 checkModelStruct(model); 0094 end 0095 0096 %Add several blank fields, if they do not exist already. This is to reduce diff --git a/doc/struct_conversion/addIdentifierPrefixes.html b/doc/struct_conversion/addIdentifierPrefix.html similarity index 100% rename from doc/struct_conversion/addIdentifierPrefixes.html rename to doc/struct_conversion/addIdentifierPrefix.html diff --git a/doc/struct_conversion/removeIdentifierPrefixes.html b/doc/struct_conversion/removeIdentifierPrefix.html similarity index 100% rename from doc/struct_conversion/removeIdentifierPrefixes.html rename to doc/struct_conversion/removeIdentifierPrefix.html diff --git a/io/exportModel.m b/io/exportModel.m index 189b2a1a..8beef3b2 100755 --- a/io/exportModel.m +++ b/io/exportModel.m @@ -90,7 +90,7 @@ function exportModel(model,fileName,neverPrefix,supressWarnings,sortIds) %Check the model structure if supressWarnings==false - checkModelStruct(model,false); + checkModelStruct(model); end %Add several blank fields, if they do not exist already. This is to reduce diff --git a/testing/unit_tests/test_data/importExportResults.mat b/testing/unit_tests/test_data/importExportResults.mat index bc7210f5..0a5df5ef 100644 Binary files a/testing/unit_tests/test_data/importExportResults.mat and b/testing/unit_tests/test_data/importExportResults.mat differ