rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
set_time_default.m
1 function [model]=set_time_default(model, time)
2 %function nmodel=set_time_default(model, time)
3 %
4 % function setting the member 'time' in the model instance
5 % Bernard Haasdonk 20.7.2006
6 
7 model.t = time;
8 
9 if nargout == 0
10  warning('called set_time with no return argument!');
11 end
12 
13 %| \docupdate