From 2584e6f9b0bfadecb8e303d35b86d6fa27791ae4 Mon Sep 17 00:00:00 2001 From: Caden Newton Date: Wed, 2 Oct 2024 19:14:37 -0400 Subject: [PATCH] Update porosity command string --- npsat_manager/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npsat_manager/models.py b/npsat_manager/models.py index 7b7d663..d4161b4 100644 --- a/npsat_manager/models.py +++ b/npsat_manager/models.py @@ -332,7 +332,7 @@ def input_message(self): msg += f" unsatScen {self.unsat_scenario.mantis_id}" msg += f" wellType {self.welltype_scenario.mantis_id}" msg += f" unsatWC {self.water_content}" - msg += f" porosity {self.porosity}" + msg += f" por {self.porosity}" regions = list( self.regions.all()