3 % To determine whether Octave is used or not
6 %
bool:
if true Octave is used
else Matlab is
9 % OptFEM2DP1 [V1.2b1] - Copyright (C) 2013 CJS (LAGA)
11 % This file is part of OptFEM2DP1.
12 % OptFEM2DP1 is free software: you can redistribute it and/or modify
13 % it under the terms of the GNU General Public License as published by
14 % the Free Software Foundation, either version 3 of the License, or
15 % (at your option) any later version.
17 % OptFEM2DP1 is distributed in the hope that it will be useful,
18 % but WITHOUT ANY WARRANTY; without even the implied warranty of
19 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 % GNU General Public License
for more details.
22 % You should have received a copy of the GNU General Public License
23 % along with
this program. If not, see <http:
25 bool=strcmp(log(1).Name,
'Octave');