From 4dde75d68aece00eb1207d7c7187cb664c0017a9 Mon Sep 17 00:00:00 2001 From: Adhitya Kamakshidasan Date: Mon, 18 Jul 2016 22:48:44 +0530 Subject: Minor Changes --- blocks_xcos/TEXT_f.xcos | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 blocks_xcos/TEXT_f.xcos (limited to 'blocks_xcos/TEXT_f.xcos') diff --git a/blocks_xcos/TEXT_f.xcos b/blocks_xcos/TEXT_f.xcos deleted file mode 100755 index bda263d..0000000 --- a/blocks_xcos/TEXT_f.xcos +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<XcosDiagram background="-1" title="Untitled"> - <!--Xcos - 1.0 - scilab-5.5.2 - 20150331 1152--> - <Array as="context" scilabClass="String[]"> - <add value=""/> - </Array> - <mxGraphModel as="model"> - <root> - <mxCell id="116bf7f7:15524e5bb35:-7f44"/> - <mxCell id="116bf7f7:15524e5bb35:-7f45" parent="116bf7f7:15524e5bb35:-7f44"/> - <TextBlock id="116bf7f7:15524e5bb35:-7f42" parent="116bf7f7:15524e5bb35:-7f45" simulationFunctionName="text" simulationFunctionType="DEFAULT" style="TEXT_f;fontFamily=Serif;fontSize=13" value="Text"> - <ScilabString as="exprs" height="1" width="3"> - <data column="0" line="0" value="Text"/> - <data column="1" line="0" value="2"/> - <data column="2" line="0" value="1"/> - </ScilabString> - <ScilabString as="realParameters" height="1" width="1"> - <data column="0" line="0" value="Text"/> - </ScilabString> - <Array as="objectsParameters" scilabClass="ScilabList"/> - <ScilabDouble as="nbZerosCrossing" height="1" width="1"> - <data column="0" line="0" realPart="0.0"/> - </ScilabDouble> - <ScilabDouble as="nmode" height="1" width="1"> - <data column="0" line="0" realPart="0.0"/> - </ScilabDouble> - <Array as="oDState" scilabClass="ScilabList"/> - <Array as="equations" scilabClass="ScilabList"/> - <mxGeometry as="geometry" height="7.0" width="7.0" x="37.5" y="37.0"/> - </TextBlock> - </root> - </mxGraphModel> - <mxCell as="defaultParent" id="116bf7f7:15524e5bb35:-7f45" parent="116bf7f7:15524e5bb35:-7f44"/> -</XcosDiagram> -- cgit