Changeset 421 for palm/trunk
- Timestamp:
- Jan 25, 2010 3:50:10 PM (15 years ago)
- Location:
- palm/trunk
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r420 r421 10 10 write_var_list) 11 11 12 A simple method for installing and running palm (with limited features) 13 has been added. (Makefile, palm_simple_install, palm_simple_run) 14 12 15 check parameters, header, init_3d_model, Makefile, modules, parin, prognostic_equations, read_var_list, write_var_list 13 new: subsidence16 new: palm_simple_install, palm_simple_run, subsidence 14 17 15 18 -
palm/trunk/SOURCE/Makefile
r411 r421 4 4 # Actual revisions: 5 5 # ----------------- 6 # comment line for simple install method added, which will be replaced 7 # by an include command for preprocessor and compiler options when the simple 8 # install process is used instead of mbuild/mrun, 6 9 # +set_particle_attributes, set_slicer_attributes_dvrp 7 10 # +subsidence … … 149 152 LDFLAGS = 150 153 154 #to_be_replaced_by_include 151 155 152 156 .SUFFIXES:
Note: See TracChangeset
for help on using the changeset viewer.