Skip to content

Commit bd06974

Browse files
authored
Update meltpool thermal history message type (#41)
1 parent 94c4244 commit bd06974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0-dev2
1+
1.7.0-dev3

ansys/api/additive/v0/additive_domain.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ message MeltPoolTimeStep {
3030

3131
message MeltPool {
3232
repeated MeltPoolTimeStep time_steps = 1;
33-
bytes thermal_history_vtk = 2;
33+
string thermal_history_vtk_zip = 2;
3434
}
3535

3636
message AdditiveMaterial {

0 commit comments

Comments
 (0)