From: <luc...@us...> - 2019-12-17 01:26:55
|
Revision: 26208 http://sourceforge.net/p/sbml/code/26208 Author: luciansmith Date: 2019-12-17 01:26:54 +0000 (Tue, 17 Dec 2019) Log Message: ----------- Fix 'SpatialPoints'->'<spatialPoints>' in error message. Modified Paths: -------------- branches/libsbml-experimental/src/sbml/packages/spatial/validator/SpatialSBMLErrorTable.h Modified: branches/libsbml-experimental/src/sbml/packages/spatial/validator/SpatialSBMLErrorTable.h =================================================================== --- branches/libsbml-experimental/src/sbml/packages/spatial/validator/SpatialSBMLErrorTable.h 2019-12-17 01:22:02 UTC (rev 26207) +++ branches/libsbml-experimental/src/sbml/packages/spatial/validator/SpatialSBMLErrorTable.h 2019-12-17 01:26:54 UTC (rev 26208) @@ -1586,7 +1586,7 @@ LIBSBML_CAT_GENERAL_CONSISTENCY, LIBSBML_SEV_ERROR, "A <parametricGeometry> object may contain one and only one instance of " - "each of the SpatialPoints and <listOfParametricObjects> elements. No other " + "each of the <spatialPoints> and <listOfParametricObjects> elements. No other " "elements from the SBML Level 3 Spatial Processes namespaces are permitted " "on a <parametricGeometry> object. ", { "L3V1 Spatial V1 Section" |