Changeset 11995 for issm/trunk/src/m/classes/flowequation.m
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/m/classes/flowequation.m
r11237 r11995 20 20 case 0 21 21 obj=setdefaultparameters(obj); 22 case 123 in=varargin{1};24 if (isa(in,'numeric') & in==0),25 % requesting templates do nothing26 else27 error('constructor not supported');28 end29 22 otherwise 30 23 error('constructor not supported');
Note:
See TracChangeset
for help on using the changeset viewer.