Differences From Artifact [68e9b7c313]:

To Artifact [c5f9aeda27]:


47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
      x = mtt_data(:,3+ny2:2+ny2+nx2);
    endfor
  endif

  if nargout>3
    ## Create time vector
    [N,M] = size(y);
    t = simpar.dt*[0:N-1]';
  endif;

endfunction
EOF

}








|







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
      x = mtt_data(:,3+ny2:2+ny2+nx2);
    endfor
  endif

  if nargout>3
    ## Create time vector
    [N,M] = size(y);
        t = mtt_data(:,1);
  endif;

endfunction
EOF

}


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]