Skip to content

Commit

Permalink
Update porosity command string
Browse files Browse the repository at this point in the history
  • Loading branch information
canewton committed Oct 2, 2024
1 parent 5c6ecda commit 2584e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npsat_manager/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2584e6f

Please sign in to comment.