Changeset 237 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Feb 16, 2009 9:57:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r226 r237 5 5 ! Actual revisions: 6 6 ! ----------------- 7 ! 7 ! +cluster_size in dvrp_variables 8 8 ! 9 9 ! Former revisions: … … 528 528 dvrp_username = ' ' 529 529 530 INTEGER :: dvrp_colourtable_entries = 4, islice_dvrp, nx_dvrp, ny_dvrp,&531 n z_dvrp, pathlines_fadeintime = 5, pathlines_fadeouttime = 5,&532 pathlines_ linecount = 1000, pathlines_maxhistory = 40,&533 pathlines_ wavecount = 10, pathlines_wavetime = 50,&534 vc_gradient_normals = 0, vc_mode = 0, vc_size_x = 2,&535 vc_size_ y = 2, vc_size_z = 2530 INTEGER :: cluster_size = 1, dvrp_colourtable_entries = 4, islice_dvrp, & 531 nx_dvrp, ny_dvrp, nz_dvrp, pathlines_fadeintime = 5, & 532 pathlines_fadeouttime = 5, pathlines_linecount = 1000, & 533 pathlines_maxhistory = 40, pathlines_wavecount = 10, & 534 pathlines_wavetime = 50, vc_gradient_normals = 0, vc_mode = 0, & 535 vc_size_x = 2, vc_size_y = 2, vc_size_z = 2 536 536 537 537 INTEGER, DIMENSION(10) :: slicer_position_dvrp
Note: See TracChangeset
for help on using the changeset viewer.