From e226289cdd3159ffc223640928f6043fc40fd9b5 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 16 Jul 2019 12:59:49 +0200 Subject: [PATCH] Update wham2d.py --- adaptiveumbrella/wham2d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptiveumbrella/wham2d.py b/adaptiveumbrella/wham2d.py index a5b7e6b..eaf5ead 100644 --- a/adaptiveumbrella/wham2d.py +++ b/adaptiveumbrella/wham2d.py @@ -84,7 +84,7 @@ class WHAM2DRunner(UmbrellaRunner): max_y=borders[3], frames_y=self.whamconfig['num_bins_y'], tol=self.whamconfig['tolerance'], - temperature=self.whamconfig['temperature'] + temperature=self.whamconfig['temperature'], metafile=metafile_path, outfile=output_path )