/[MITgcm]/MITgcm/optim/minimization.h
ViewVC logotype

Diff of /MITgcm/optim/minimization.h

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

revision 1.1 by heimbach, Tue Feb 5 20:34:35 2002 UTC revision 1.2 by heimbach, Fri Nov 15 04:03:25 2002 UTC
# Line 0  Line 1 
1    
2    c     ==================================================================
3    c     HEADER MINIMIZATION
4    c     ==================================================================
5    c
6    c     o Header for the minimization algorithm.
7    c
8    c     started: Christian Eckert eckert@mit.edu  07-Apr-2000
9    c
10    c     changed: Christian Eckert eckert@mit.edu
11    c
12    c
13    c     ==================================================================
14    c     HEADER MINIMIZATION
15    c     ==================================================================
16    
17          common /minimization_l/
18         &                        fileavailable,
19         &                        tileavailable
20          logical tileavailable( nsx*npx, nsy*npy )
21          logical fileavailable( nsx*npx, nsy*npy )
22    
23    c     ==================================================================
24    c     END OF HEADER MINIMIZATION
25    c     ==================================================================

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22