Skip to content

Commit

Permalink
matlab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XeniosP committed Mar 19, 2024
1 parent 783b644 commit d3f1c18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiletools/bis_create_wrappers.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ var create_pointers_matlab = function(names) {
found=true;
if (elem.optional===true) {
outtext+=` ${ptrname}=0;\n`;
outtext+=` if ${elem.variablename}~=0\n `;
outtext+=` if isstruct(${elem.variablename})\n `;
} else {
outtext+=' ';
}
Expand Down
Empty file modified update.sh
100644 → 100755
Empty file.

0 comments on commit d3f1c18

Please sign in to comment.