 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
| revision 1.3 by jmc, Wed Oct 8 18:18:04 2008 UTC | revision 1.4 by jmc, Thu Oct 9 01:09:48 2008 UTC | |
|---|---|---|
| # | Line 19 function [nIt,rList,tim,vvA,listV,kList] | Line 19 function [nIt,rList,tim,vvA,listV,kList] | 
| 19 | % $Name$ | % $Name$ | 
| 20 | ||
| 21 | %- Remove insignificant whitespace: | %- Remove insignificant whitespace: | 
| 22 | sufx=strtrim(char(sufx)); | %sufx=strtrim(char(sufx)); % <-- only with matlab-7 or more recent | 
| 23 | sufx=strrep(char(sufx),' ',''); | |
| 24 | namfhd=[namF,'_head','.',sufx]; | namfhd=[namF,'_head','.',sufx]; | 
| 25 | namfil=[namF,'_Iter','.',sufx]; | namfil=[namF,'_Iter','.',sufx]; | 
| 26 | fprintf(['read ',sufx,' :']); | fprintf(['read ',sufx,' :']); | 
| 
 | ||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |