PageRenderTime 39ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/octave/extend_template_runme.m

#
MATLAB | 10 lines | 8 code | 2 blank | 0 comment | 2 complexity | 60203563da768d712943505b26cb1abe MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. extend_template
  2. f = extend_template.Foo_0();
  3. if (f.test1(37) != 37)
  4. error
  5. endif
  6. if (f.test2(42) != 42)
  7. error
  8. endif