Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by baylor, Thu Jun 8 13:45:08 2006 UTC | revision 1.2 by jmc, Sat Feb 17 23:49:43 2007 UTC | |
---|---|---|
# | Line 12 function foo = gluemnc(diags,nIter0) | Line 12 function foo = gluemnc(diags,nIter0) |
12 | % EXAMPLE: | % EXAMPLE: |
13 | % foo = gluemnc('state','0000000000'); | % foo = gluemnc('state','0000000000'); |
14 | ||
15 | % $Header$ | |
16 | % $Name$ | |
17 | ||
18 | if nargin ~= 2, error('there have to be two input arguments!'); end | if nargin ~= 2, error('there have to be two input arguments!'); end |
19 | ||
20 | nc_in = [diags,'.',nIter0,'.t%03d.nc']; | nc_in = [diags,'.',nIter0,'.t%03d.nc']; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |