/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/MITprof_global.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/profilesMatlabProcessing/MITprof_global.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9 by gforget, Thu Feb 23 18:26:14 2017 UTC revision 1.10 by gforget, Mon Apr 2 17:49:21 2018 UTC
# Line 7  function []=MITprof_global(varargin); Line 7  function []=MITprof_global(varargin);
7  %get/define global variables:  %get/define global variables:
8  gcmfaces_global;  gcmfaces_global;
9    
10    warning(sprintf(['This version of MITprof, from an old CVS server, is now \n' ...
11        ' considered deprecated. Future devopment will proceed, instead, \n' ...
12        ' via GitHub. For up to date documentation, please refer to \n' ...
13        ' http://gcmfaces.readthedocs.io/en/latest/']));
14    
15  %take care of path:  %take care of path:
16  test0=which('MITprof_load.m');  test0=which('MITprof_load.m');
17  if isempty(test0);  if isempty(test0);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22