3 % Initialization of the MATLAB search path and loading of msh
6 % If Octave is used, the msh and general packages are automatically loaded.
10 addpath([pwd,filesep,'common']);
11 addpath([pwd,filesep,
'Opt']);
12 addpath([pwd,filesep,
'base']);
13 addpath([pwd,filesep,
'valid']);
14 addpath([pwd,filesep,
'ElemMat']);
15 addpath([pwd,filesep,
'bench']);
21 graphics_toolkit('fltk')