Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Behave
A new implementation of the extended Rothermel model

kenny was here again

## Dependencies
- [CMake](https://cmake.org/download/)
- [LLVM/Clang](https://clang.llvm.org/)
Expand Down
1 change: 1 addition & 0 deletions src/behave/ContainForce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
\author Copyright (C) 2006 by Collin D. Bevins.
\license This is released under the GNU Public License 2.
\brief Collection of all ContainResources dispatched to the fire.
kenny
*/

// Local include files
Expand Down
Loading