Skip to content

Commit 573476d

Browse files
authored
Merge pull request #6689 from tiannh7/fix_escape
Fix escape symbols
2 parents b1d9c92 + 5e88efb commit 573476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/free_surface_tractions/viscoelastic/free_surface_VE_cylinder_3D_loading.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ end
100100
# Number and name of compositional fields
101101
subsection Compositional fields
102102
set Number of fields = 12
103-
set Names of fields = ve_stress_xx, ve_stress_yy, ve_stress_zz, ve_stress_xy, ve_stress_xz, ve_stress_yz, \\
103+
set Names of fields = ve_stress_xx, ve_stress_yy, ve_stress_zz, ve_stress_xy, ve_stress_xz, ve_stress_yz, \
104104
ve_stress_xx_old, ve_stress_yy_old, ve_stress_zz_old, ve_stress_xy_old, ve_stress_xz_old, ve_stress_yz_old
105105
set Types of fields = stress, stress, stress, stress, stress, stress, stress, stress, stress, stress, stress, stress
106106
end

0 commit comments

Comments
 (0)