From ee7e4055ebc24d30c80f4feacb0dd80e96950aab Mon Sep 17 00:00:00 2001 From: Joel Benway <157863269+joelbenway@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:09:32 -0600 Subject: [PATCH] address copy paste error --- include/lob/lob.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/lob/lob.hpp b/include/lob/lob.hpp index 827cc4d..699427a 100644 --- a/include/lob/lob.hpp +++ b/include/lob/lob.hpp @@ -221,7 +221,6 @@ class LOB_EXPORT Builder { * @brief Loads a custom Mach vs Drag table for the projectile. * @note This is a direct alternative to using a ballistic coefficient and a * reference drag function. - * @tparam N The number of mach-drag pairs in the table. * @param pmachs Pointer to an array of mach values. * @param pdrags Pointer to an array of associated drag values. * @param size The number of mach-drag pairs in the table.