From 238a08a765f67f8d05dc402336e8271dbe01b527 Mon Sep 17 00:00:00 2001 From: lthollingsworth Date: Thu, 11 Jun 2026 15:20:11 -0600 Subject: [PATCH] Update surface.cpp --- src/behave/surface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/behave/surface.cpp b/src/behave/surface.cpp index 9804361..b1ee22c 100644 --- a/src/behave/surface.cpp +++ b/src/behave/surface.cpp @@ -3,7 +3,7 @@ * Project: CodeBlocks * Purpose: Class for handling surface fire behavior based on the Facade OOP * Design Pattern and using the Rothermel spread model -* Author: William Chatham +* Author: William Chatham , old email * Credits: Some of the code in this file is, in part or in whole, from * BehavePlus5 source originally authored by Collin D. Bevins and is * used with or without modification.