Skip to content

Commit 2daa6bf

Browse files
authored
Rename field on material tuning input (#11)
1 parent d474fe7 commit 2daa6bf

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.1.0
1+
1.1.1

ansys/api/additive/v0/additive_domain.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ message ThermalHistoryResult {
212212
message MaterialTuningInput {
213213
float allowable_error = 1;
214214
uint32 max_iterations = 2;
215-
bytes experimental_data = 3;
215+
bytes experiment_data = 3;
216216
bytes material_parameters = 4;
217217
bytes thermal_properties_lookup = 5;
218218
bytes characteristic_width_lookup = 10;

0 commit comments

Comments
 (0)