vegdynam.h 705 B

123456789101112131415161718192021
  1. ///////////////////////////////////////////////////////////////////////////////////////
  2. /// \file vegdynam.h
  3. /// \brief Vegetation dynamics and disturbance
  4. ///
  5. /// \author Ben Smith
  6. /// $Date: 2014-09-09 10:49:13 +0200 (mar, 09 sep 2014) $
  7. ///
  8. ///////////////////////////////////////////////////////////////////////////////////////
  9. // WHAT SHOULD THIS FILE CONTAIN?
  10. // Module header files need normally contain only declarations of functions defined in
  11. // the module that are to be accessible to the calling framework or to other modules.
  12. #ifndef LPJ_GUESS_VEGDYNAM_H
  13. #define LPJ_GUESS_VEGDYNAM_H
  14. #include "guess.h"
  15. void vegetation_dynamics(Stand& stand,Patch& patch);
  16. #endif // LPJ_GUESS_VEGDYNAM_H