1 |
|
C $Header$ |
2 |
|
C $Name$ |
3 |
|
|
4 |
#include "CPP_OPTIONS.h" |
#include "AUTODIFF_OPTIONS.h" |
5 |
|
|
6 |
c ================================================================== |
c ================================================================== |
7 |
c |
c |
27 |
c o active_write_tile_xy - Write an active 2D variable to a file. |
c o active_write_tile_xy - Write an active 2D variable to a file. |
28 |
c o active_write_tile_xyz - Write an active 3D variable to a file. |
c o active_write_tile_xyz - Write an active 3D variable to a file. |
29 |
c |
c |
|
c |
|
30 |
c changed: Christian Eckert eckert@mit.edu 24-Apr-2000 |
c changed: Christian Eckert eckert@mit.edu 24-Apr-2000 |
31 |
c - Added routines that do active writes on tiles |
c - Added routines that do active writes on tiles |
32 |
c instead of a whole thread. |
c instead of a whole thread. |
871 |
|
|
872 |
return |
return |
873 |
end |
end |
874 |
|
|
875 |
|
|