GMLC-TDC / matHELICS

matlab interfaces for HELICS
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

HelicsBool handling and comments modification #8

Closed afisher1 closed 2 years ago

afisher1 commented 2 years ago

first attempt at adding % in front of all function comments to make use of help feature in MATLAB. also modified HelicsBool arguments to accept logcials or int/float values of 0 and 1.

phlptp commented 2 years ago

@afisher1 is this change included in the 3.3 stuff you did or is this separate?

nightlark commented 2 years ago

It looks like the changes here were not included in PR #10

afisher1 commented 2 years ago

reading the MATLAB documentation the help text needs to be just below the function definition in the .m files so I'll need to change that.

afisher1 commented 2 years ago

I made the requested changes to the function help comments. removed the multi comment brackets and removed all occurences of param[in,out] err lines from the generated functions.