From fc4133fb1e6b6d343e9ad191e31c11c47a2381c5 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 17 Jan 2022 10:52:19 +0000 Subject: [PATCH] Updated some comments. --- gprMax/cmds_multiuse.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gprMax/cmds_multiuse.py b/gprMax/cmds_multiuse.py index 30a7aae0..0baec1e6 100644 --- a/gprMax/cmds_multiuse.py +++ b/gprMax/cmds_multiuse.py @@ -943,7 +943,7 @@ class Snapshot(UserObjectMulti): must be specified for point in time at which the snapshot will be taken. fileext: optional string to indicate type for snapshot file, either - 'vti' (default) or 'h5' + '.vti' (default) or '.h5' """ def __init__(self, **kwargs): @@ -1673,4 +1673,3 @@ class Subgrid(UserObjectMulti): else: logger.exception('This object is unknown to gprMax.') raise ValueError - \ No newline at end of file