Changeset 3208 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Aug 27, 2018 1:10:50 PM (6 years ago)
Author:
sward
Message:

Renamed nav_mesh to agent_preprocessing and added it to palmbuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r3033 r3208  
    2727# -----------------
    2828# $Id$
     29# Added building of agent_preprocessing
     30#
     31# 3033 2018-05-23 15:26:19Z raasch
    2932# "fname" renamed to "jobname"
    3033#
     
    479482 cp -p  ../UTIL/combine_plot_fields.f90  .
    480483 cp -p  ../UTIL/compare_palm_logs.f90  .
     484 cp -p  ../UTIL/agent_preprocessing/agent_preprocessing.f90  .
    481485 cp -p  ../UTIL/Makefile_utilities  .
    482486 tar -cf  ${program_name}_sources.tar  Makefile*  *.$suf
    483  rm  combine_plot_fields.f90  compare_palm_logs.f90 Makefile_utilities
     487 rm  combine_plot_fields.f90  compare_palm_logs.f90 agent_preprocessing.f90 Makefile_utilities
    484488
    485489
     
    564568          fi
    565569       fi
     570       mv agent_preprocessing $source_path/../SCRIPTS/.
    566571
    567572
     
    758763       fi
    759764       make  -f Makefile_utilities  $make_options  F90=$compiler_name  F90_SER=$compiler_name_ser  COPT="$cpp_options"  F90FLAGS="$compiler_options"  LDFLAGS="$linker_options"
     765       mv agent_preprocessing $source_path/../SCRIPTS/.
    760766
    761767
Note: See TracChangeset for help on using the changeset viewer.