Changeset 3523 for palm/trunk/SCRIPTS
- Timestamp:
- Nov 13, 2018 4:09:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r3499 r3523 27 27 # ----------------- 28 28 # $Id$ 29 # Enable compilation of post-processing tool for surface output - interface 30 # for posix conform sytemcalls is implemented. 31 # 32 # 3499 2018-11-07 10:55:15Z suehring 29 33 # Temporarily avoid compilation of post-processing tool for surface output 30 34 # until a workaround for compiler-specific intrinsic functions is found. … … 504 508 cp -p ../UTIL/compare_palm_logs.f90 . 505 509 cp -p ../UTIL/agent_preprocessing/agent_preprocessing.f90 . 506 #cp -p ../UTIL/surface_output_processing/surface_output_to_vtk.f90 .510 cp -p ../UTIL/surface_output_processing/surface_output_to_vtk.f90 . 507 511 cp -p ../UTIL/Makefile_utilities . 508 512 tar -cf ${program_name}_sources.tar Makefile* *.$suf 509 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities #surface_output_to_vtk.f90513 rm combine_plot_fields.f90 compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities surface_output_to_vtk.f90 510 514 511 515
Note: See TracChangeset
for help on using the changeset viewer.