File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def get_num_dofs(fenics_stdout):
135
135
nodes = {
136
136
"script" : "../source/prepare_paper_macros.py" ,
137
137
"template" : "../source/macros.tex.template" ,
138
- "csvfile" : postprocessing_results ["plotoverline_csv " ], # <-- fix here
138
+ "csvfile" : postprocessing_results ["csvfile " ],
139
139
"domain_size" : get_domain_size (gmsh_results ["stdout" ]),
140
140
"num_dofs" : get_num_dofs (fenics_results ["stdout" ]),
141
141
},
@@ -154,7 +154,7 @@ def get_num_dofs(fenics_stdout):
154
154
nodes = {
155
155
"texfile" : "../source/paper.tex" ,
156
156
"macros" : macros ["macros_tex" ],
157
- "csvfile" : postprocessing_results ["plotoverline_csv " ],
157
+ "csvfile" : postprocessing_results ["csvfile " ],
158
158
},
159
159
filenames = {
160
160
"texfile" : "paper.tex" ,
You can’t perform that action at this time.
0 commit comments