File: read_uwvis.h

package info (click to toggle)
vis5d 5.2abeta5-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 23,756 kB
  • ctags: 8,867
  • sloc: ansic: 112,466; sh: 7,705; fortran: 2,323; makefile: 155
file content (25 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* read_uwvis.h */


/*
 * Functions for reading UW NMS model VIS files.
 */


#ifndef READ_UWVIS_H
#define READ_UWVIS_H


#include "grid.h"




extern int get_uwvis_info( char *name, struct grid_db *db );


extern float *get_uwvis_data( struct grid_info *g );



#endif