diff scripts/ode/private/AbsRel_Norm.m @ 20586:b7ac1e94266e

maint: Further clean up of functions in ode/private dir. * AbsRel_Norm.m, fuzzy_compare.m, integrate_adaptive.m, integrate_const.m, integrate_n_steps.m, ode_struct_value_check.m, odepkg_event_handle.m, odepkg_structure_check.m, runge_kutta_45_dorpri.m: Place latest copyright first in file. Use two spaces before beginning single-line comment. Use parentheses around variable to be tested in switch stmt. Use space between function name and opening parenthesis.
author Rik <rik@octave.org>
date Mon, 05 Oct 2015 12:03:16 -0700
parents eb9e2d187ed2
children
line wrap: on
line diff
--- a/scripts/ode/private/AbsRel_Norm.m	Mon Oct 05 11:59:18 2015 -0700
+++ b/scripts/ode/private/AbsRel_Norm.m	Mon Oct 05 12:03:16 2015 -0700
@@ -1,5 +1,5 @@
+## Copyright (C) 2014, Jacopo Corno <jacopo.corno@gmail.com>
 ## Copyright (C) 2013, Roberto Porcu' <roberto.porcu@polimi.it>
-## Copyright (C) 2014, Jacopo Corno <jacopo.corno@gmail.com>
 ##
 ## This file is part of Octave.
 ##