IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
db_assert.m
Go to the documentation of this file.
1
%>@ingroup globals ioio setupgroup sheware assert idata
2
%>@file
3
%>@brief Initializes the DB global
4
%>
5
%> Please check the source code
for
fields and defaults.
6
function
db_assert
()
7
global DB;
8
if isempty(DB)
9
DB.host = 'bioph.lancs.ac.uk';
10
DB.user = 'cells_user';
11
DB.pass = 'meogrrk';
12
DB.name = 'cells';
13
end;
db_assert
function db_assert()
m
misc
ioio
db_assert.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1