Changeset 3499 for palm/trunk/SCRIPTS
- Timestamp:
- Nov 7, 2018 10:55:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r3494 r3499 27 27 # ----------------- 28 28 # $Id$ 29 # Temporarily avoid compilation of post-processing tool for surface output 30 # until a workaround for compiler-specific intrinsic functions is found. 31 # 32 # 3494 2018-11-06 14:51:27Z suehring 29 33 # Add tool for surface-output post-processing 30 34 # … … 500 504 cp -p ../UTIL/compare_palm_logs.f90 . 501 505 cp -p ../UTIL/agent_preprocessing/agent_preprocessing.f90 . 502 cp -p ../UTIL/surface_output_processing/surface_output_to_vtk.f90 .506 #cp -p ../UTIL/surface_output_processing/surface_output_to_vtk.f90 . 503 507 cp -p ../UTIL/Makefile_utilities . 504 508 tar -cf ${program_name}_sources.tar Makefile* *.$suf 505 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 surface_output_to_vtk.f90 Makefile_utilities509 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities #surface_output_to_vtk.f90 506 510 507 511
Note: See TracChangeset
for help on using the changeset viewer.