Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
% SW_VER Version number of SEAWATER library |
---|
2 |
%========================================================================= |
---|
3 |
% SW_VER $Id: sw_ver.m,v 1.1 2003/12/12 04:23:22 pen078 Exp $ |
---|
4 |
% Copyright (C) CSIRO, Phil Morgan 1994 |
---|
5 |
% |
---|
6 |
% sw_ver |
---|
7 |
% |
---|
8 |
% DESCRIPTION: |
---|
9 |
% Returns version number of the SEAWATER library |
---|
10 |
% |
---|
11 |
% AUTHOR: Phil Morgan, Lindsay Pender (Lindsay.Pender@csiro.au) |
---|
12 |
% |
---|
13 |
% DISCLAIMER: |
---|
14 |
% This software is provided "as is" without warranty of any kind. |
---|
15 |
% See the file sw_copy.m for conditions of use and licence. |
---|
16 |
% |
---|
17 |
%========================================================================= |
---|
18 |
disp('SEAWATER Version 3.2') |
---|
19 |
|
---|