Skip to content

Commit 33c4ad3

Browse files
authored
Merge pull request #114 from bendudson/output-metrics
Ensure that metrics are written to output file
2 parents 58603dc + cd7197b commit 33c4ad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hermes-3.cxx

+3
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ void Hermes::outputVars(Options& options) {
190190
// Save the Hermes version in the output dump files
191191
options["HERMES_REVISION"].force(hermes::version::revision);
192192

193+
// Ensure that metrics are updated
194+
mesh->getCoordinates()->outputVars(options);
195+
193196
// Save normalisation quantities. These may be used by components
194197
// to calculate conversion factors to SI units
195198

0 commit comments

Comments
 (0)