Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.8 by gforget, Sat Jan 18 23:42:50 2014 UTC | revision 1.9 by gforget, Sun Jan 19 15:00:17 2014 UTC | |
---|---|---|
# | Line 76 for vv=1:length(listVar); | Line 76 for vv=1:length(listVar); |
76 | end; | end; |
77 | end; | end; |
78 | ||
79 | eval(['save ' dirMat 'insitu_misfit' suffMat '.mat misfit_map_* vecDepth year* listData listVar;']); | if ~isdir([dirMat 'cost/']); mkdir([dirMat 'cost/']); end; |
80 | eval(['save ' dirMat 'cost/insitu_misfit' suffMat '.mat misfit_map_* vecDepth year* listData listVar;']); | |
81 | ||
82 | else; | else; |
83 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |