|
From: | Markus Mützel |
Subject: | [Octave-patch-tracker] [patch #10278] GSoC 2022: add support for sparse computations in ode15{i, s} using Octave classes , making dependency on KLU optional. |
Date: | Sat, 4 Mar 2023 07:43:13 -0500 (EST) |
Follow-up Comment #20, patch #10278 (project octave): Another style remark: You often use the pattern `return(val);` or `return (val);` when returning a value from a function. For Octave code, you should use `return val;` (with a single space and no parenthesis). _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/patch/?10278> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |