Changeset 3494 for palm/trunk/SCRIPTS
- Timestamp:
- Nov 6, 2018 2:51:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r3455 r3494 27 27 # ----------------- 28 28 # $Id$ 29 # Add tool for surface-output post-processing 30 # 31 # 3455 2018-10-30 14:12:31Z raasch 29 32 # options -h and -d renamed -c and -r, respectively 30 33 # … … 497 500 cp -p ../UTIL/compare_palm_logs.f90 . 498 501 cp -p ../UTIL/agent_preprocessing/agent_preprocessing.f90 . 502 cp -p ../UTIL/surface_output_processing/surface_output_to_vtk.f90 . 499 503 cp -p ../UTIL/Makefile_utilities . 500 504 tar -cf ${program_name}_sources.tar Makefile* *.$suf 501 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities505 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 surface_output_to_vtk.f90 Makefile_utilities 502 506 503 507
Note: See TracChangeset
for help on using the changeset viewer.