]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Remove a duplicate class name from ModelicaWriter
authorjkauttio <jkauttio@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Wed, 30 Apr 2014 12:08:28 +0000 (12:08 +0000)
committerjkauttio <jkauttio@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Wed, 30 Apr 2014 12:08:28 +0000 (12:08 +0000)
fixes #4852

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@29400 ac1ea38d-2e2b-0410-8846-a27921b304fc

org.simantics.sysdyn/src/org/simantics/sysdyn/modelica/ModelicaWriter.java

index 1b191676cc81a23fdace06807ff7db8bf60f0300..e0e64be45990f50f6a585a5d38a3f527a55af2f3 100644 (file)
@@ -248,7 +248,7 @@ public class ModelicaWriter {
                String className = mt != null ? (mt.getName().replace(" ", "")) : null;\r
 \r
                if(className != null)\r
-                       b.append("class "+className+"\n").append(className);\r
+                       b.append("class "+className+"\n");\r
 \r
                // Add spreadsheets to all modules and model. Model is "inner" and modules "outer"\r
                String globalStatus = mt != null ? "outer" : "inner";\r