]> Creatis software - CreaPhase.git/blob - octave_packages/secs2d-0.0.8/doc-cache
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / secs2d-0.0.8 / doc-cache
1 # Created by Octave 3.6.1, Sun Mar 25 18:44:37 2012 UTC <root@t61>
2 # name: cache
3 # type: cell
4 # rows: 3
5 # columns: 1
6 # name: <cell-element>
7 # type: sq_string
8 # elements: 1
9 # length: 6
10 secs2d
11
12
13 # name: <cell-element>
14 # type: sq_string
15 # elements: 1
16 # length: 1060
17  PKG_ADD:# Run this only if the package is installed
18  PKG_ADD:if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
19  PKG_ADD:  dirlist= {"Utilities","DDGOX","ThDDGOX","QDDGOX","METLINES","DDGOXT"};
20  PKG_ADD:
21  PKG_ADD:  for ii=1:length(dirlist)
22  PKG_ADD:     addpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}])
23  PKG_ADD:  end
24  PKG_ADD:
25  PKG_ADD:  __gmsh = file_in_path (EXEC_PATH, "gmsh");
26  PKG_ADD:  if (isempty (__gmsh))
27  PKG_ADD:    __gmsh = file_in_path (EXEC_PATH, "gmsh.exe");
28  PKG_ADD:    if (isempty (__gmsh))
29  PKG_ADD:      warning ("gmsh does not seem to be present some functionalities will be disabled");
30  PKG_ADD:    endif
31  PKG_ADD:  endif
32  PKG_ADD:  clear __gmsh;
33  PKG_ADD:
34  PKG_ADD:  __dx = file_in_path (EXEC_PATH, "dx");
35  PKG_ADD:  if (isempty (__dx))
36  PKG_ADD:    __dx = file_in_path (EXEC_PATH, "dx.exe");
37  PKG_ADD:    if (isempty (__dx))
38  PKG_ADD:      warning ("dx does not seem to be present some functionalities will be disabled");
39  PKG_ADD:    endif
40  PKG_ADD:  endif
41  PKG_ADD:  clear __dx;
42  PKG_ADD:end
43
44
45
46 # name: <cell-element>
47 # type: sq_string
48 # elements: 1
49 # length: 80
50  PKG_ADD:# Run this only if the package is installed
51  PKG_ADD:if (! exist (fullf
52
53
54
55
56