]> gitweb.michael.orlitzky.com - octave.git/blobdiff - optimization/test_functions/trigonometric_hessian1.m
Replace ##-style comments with %-style comments in all non-test code.
[octave.git] / optimization / test_functions / trigonometric_hessian1.m
index f3e40a412b53d9f58305e1b2137e53fa632f686a..8435a3a98cde72f3297be61b7c697275a512e435 100644 (file)
@@ -1,9 +1,9 @@
 function H = trigonometric_hessian1(x)
-  ##
-  ## The Hessian of the Trigonometric function. See trigonometric1.m
-  ## for more information. Not my implementation. Too ugly to
-  ## recreate.
-  ##
+  %
+  % The Hessian of the Trigonometric function. See trigonometric1.m
+  % for more information. Not my implementation. Too ugly to
+  % recreate.
+  %
   n  = length(x);
   H  = zeros(n,n);