From c67bfccd6b3c6b74659951d23dc87155ca658a16 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Thu, 4 Jul 2013 17:16:05 +0000 Subject: [PATCH] Fix help text. Fix my fixed help text, as it was horrible to read. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10167 57e6efec-57d4-0310-aeb1-a6c144bb1a8b --- Examples/quadratic_roots.mdl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Examples/quadratic_roots.mdl b/Examples/quadratic_roots.mdl index dc74060..0f8e6ee 100644 --- a/Examples/quadratic_roots.mdl +++ b/Examples/quadratic_roots.mdl @@ -6,7 +6,7 @@ Model { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" - ComputedModelVersion "1.14" + ComputedModelVersion "1.16" NumModelReferences 0 NumTestPointedSignals 0 } @@ -26,9 +26,9 @@ Model { ModifiedByFormat "%" LastModifiedBy "matthew" ModifiedDateFormat "%" - LastModifiedDate "Tue Jul 2 16:44:16 2013" - RTWModifiedTimeStamp 294684118 - ModelVersionFormat "1.%" + LastModifiedDate "Thu Jul 4 13:01:59 2013" + RTWModifiedTimeStamp 294843674 + ModelVersionFormat "1.%" ConfigurationManager "none" SampleTimeColors off SampleTimeAnnotations off @@ -1614,8 +1614,8 @@ Model { "ch will give the real roots\nof a quadratic function.\n\nresults are compared to the matlab function roots, resu" "lts are \ngenerally the same, although sometimes there is a small error\non the order of 1e-16.\n\nCurrently doe" "s not activly check that inputs satisfy subtype\nconstraints, in these cases proper output is not guaranteed.\n\n" - "This example will not work under CVC3 as complex functions like\nsqrt are not supported.\n\nTo verify this table" - " requres the NASA PVS Library." + "This example will not work under CVC3 as complex functions like\nsqrt are not supported.\n\nThis example require" + "s the NASA PVS libraries" Position [223, 343] } } -- GitLab