Compare commits

...
3 Commits
2 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -1 +1 @@
1.5.73
1.5.74
+6 -10
View File
@@ -194,15 +194,13 @@ proc netgen::convert_to_json {filename lvs_final} {
puts $fjson " \],"
}
}
puts $fjson " \]"
if {$gidx == $glen} {
puts $fjson " \]"
puts $fjson " \]"
} else {
puts $fjson " \],"
puts $fjson " \],"
}
}
if {$glen > 0} {
puts $fjson " \]"
}
if {$kidx == $nkeys} {
puts $fjson " \]"
} else {
@@ -275,15 +273,13 @@ proc netgen::convert_to_json {filename lvs_final} {
puts $fjson " \],"
}
}
puts $fjson " \]"
if {$gidx == $glen} {
puts $fjson " \]"
puts $fjson " \]"
} else {
puts $fjson " \],"
puts $fjson " \],"
}
}
if {$glen > 0} {
puts $fjson " \]"
}
if {$kidx == $nkeys} {
puts $fjson " \]"
} else {