Skip to content

Commit

Permalink
update for 3.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Mar 25, 2024
1 parent 48f6a44 commit 6fcbf2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildHelicsInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function buildHelicsInterface(targetPath,makePackage)
end
end
inputPath=fileparts(mfilename('fullpath'));
HelicsVersion='3.5.0';
HelicsVersion='3.5.1';
% set up platform specific names and locations
targetTarFile=fullfile(targetPath,['helicsTar',HelicsVersion,'.tar.gz']);
if ismac
Expand Down
1 change: 1 addition & 0 deletions matlabBindings/+helics/HelicsFederateFlags.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
HELICS_FLAG_SINGLE_THREAD_FEDERATE = int32(27);
HELICS_FLAG_MULTI_THREAD_CORE = int32(28);
HELICS_FLAG_SINGLE_THREAD_CORE = int32(29);
HELICS_FLAG_REENTRANT = int32(38);
HELICS_FLAG_IGNORE_TIME_MISMATCH_WARNINGS = int32(67);
HELICS_FLAG_STRICT_CONFIG_CHECKING = int32(75);
HELICS_FLAG_USE_JSON_SERIALIZATION = int32(79);
Expand Down
1 change: 1 addition & 0 deletions matlabBindings/+helics/HelicsHandleOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
HELICS_HANDLE_OPTION_SINGLE_CONNECTION_ONLY = int32(407);
HELICS_HANDLE_OPTION_MULTIPLE_CONNECTIONS_ALLOWED = int32(409);
HELICS_HANDLE_OPTION_BUFFER_DATA = int32(411);
HELICS_HANDLE_OPTION_RECONNECTABLE = int32(412);
HELICS_HANDLE_OPTION_STRICT_TYPE_CHECKING = int32(414);
HELICS_HANDLE_OPTION_RECEIVE_ONLY = int32(422);
HELICS_HANDLE_OPTION_SOURCE_ONLY = int32(423);
Expand Down

0 comments on commit 6fcbf2a

Please sign in to comment.