From 93e05aed29d4b9679d9cf6cb6fcde96208d48327 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 8 Jan 2023 20:46:07 +0100 Subject: [PATCH] should always point to the most recent version --- python/damask/solver/_marc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/solver/_marc.py b/python/damask/solver/_marc.py index 76054d597..1afb5ddc6 100644 --- a/python/damask/solver/_marc.py +++ b/python/damask/solver/_marc.py @@ -3,7 +3,7 @@ import shlex import re from pathlib import Path -_marc_version = '2022.2' +_marc_version = '2022.4' _marc_root = '/opt/msc' _damask_root = str(Path(__file__).parents[3])