Skip to content

Commit

Permalink
fixing unresolved symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Mandel committed Feb 25, 2012
1 parent 3648f9f commit 782ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrfv2_fire/phys/module_fr_sfire_driver.F
Expand Up @@ -108,7 +108,7 @@ subroutine sfire_driver_em ( grid , config_flags &
USE module_dm , ONLY : ntasks_x,ntasks_y,local_communicator,mytask,ntasks
USE module_comm_dm , ONLY : halo_fire_fuel_sub, halo_fire_tign_sub, halo_fire_wind_f_sub, &
halo_fire_wind_a_sub, halo_fire_ph_sub, halo_fire_zsf_sub, halo_fire_longlat_sub, &
halo_fire_phb_sub, halo_fire_z0_sub, halo_fire_lfn_sub
halo_fire_phb_sub, halo_fire_z0_sub, halo_fire_lfn_sub, HALO_FIRE_MAG_sub, HALO_FIRE_MFG_sub
#endif

implicit none
Expand Down

0 comments on commit 782ca99

Please sign in to comment.