Hi Thorsten,
I believe there is a small typo in AutoSmoothMeshLines.m.
Line 155 reads:
warning('CSXCAD:AutoSmoothMeshLines',['method failed to fulfill the max. ratio: ' num2str(results.max_ratio) ' > ' num2str(ratio)]');
But it should be:
warning('CSXCAD:AutoSmoothMeshLines',['method failed to fulfill the max. ratio: ' num2str(results.max_ratio) ' > ' num2str(ratio)]);
(I removed a single quote almost at the end of the line)
Cheers
Frank
Typo in AutoSmoothMeshLines.m
Moderators: thorsten, sebastian
Re: Typo in AutoSmoothMeshLines.m
Hi Thorsten,
I fixed some more single quote typos in AutoSmoothMeshLines.m which prevented warnings from showing correctly (on Win10 with Octave 4.2.0).
My edited version is attached.
Cheers
Frank
I fixed some more single quote typos in AutoSmoothMeshLines.m which prevented warnings from showing correctly (on Win10 with Octave 4.2.0).
My edited version is attached.
Cheers
Frank
- Attachments
-
AutoSmoothMeshLines.m
- corrected single quote typos
- (4.86 KiB) Downloaded 419 times