File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -164,28 +164,28 @@ The code above produces the file:
164164
165165``` Python
166166{
167- " inputs" : {
168- " t0" : 0.1000000000000000E+000 ,
169- " tf" : 0.1100000000000000E+001 ,
170- " x0" : 0.9999000000000000E+004 ,
171- " integer_scalar" : 787 ,
172- " integer_array" : [
167+ " inputs" : {
168+ " t0" : 0.1000000000000000E+000 ,
169+ " tf" : 0.1100000000000000E+001 ,
170+ " x0" : 0.9999000000000000E+004 ,
171+ " integer_scalar" : 787 ,
172+ " integer_array" : [
173173 2 ,
174174 4 ,
175175 99
176176 ],
177- " names" : [
177+ " names" : [
178178 " aaa" ,
179179 " bbb" ,
180180 " ccc"
181181 ],
182- " logical_scalar" : true,
183- " logical_vector" : [
182+ " logical_scalar" : true,
183+ " logical_vector" : [
184184 true,
185185 false,
186186 true
187187 ]
188- }
188+ }
189189}
190190```
191191
You can’t perform that action at this time.
0 commit comments