From 3ae86c16b1bb23ffc8338f02491f927f390a6645 Mon Sep 17 00:00:00 2001 From: henrik <kowalski@fhi-berlin.mpg.de> Date: Mon, 23 Jan 2017 17:36:08 +0100 Subject: [PATCH] added section_calculation_to_calculation_refs --- meta_info/nomad_meta_info/public.nomadmetainfo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta_info/nomad_meta_info/public.nomadmetainfo.json b/meta_info/nomad_meta_info/public.nomadmetainfo.json index fdb4d74..e775e41 100644 --- a/meta_info/nomad_meta_info/public.nomadmetainfo.json +++ b/meta_info/nomad_meta_info/public.nomadmetainfo.json @@ -508,7 +508,7 @@ "repeats": false, "shape": [], "superNames": [ - "section_system_to_system_refs" + "section_calculation_to_folder_refs" ] }, { "description": "URL used to reference a folder containing external calculations. The kind of relationship between the present and the referenced section_single_configuration_calculation is specified by calculation_to_folder_kind.", @@ -517,7 +517,7 @@ "repeats": true, "shape": [], "superNames": [ - "section_calculation_to_calculation_refs" + "section_calculation_to_folder_refs" ] }, { "description": "Reference to another calculation. If both this and calculation_to_calculation_external_url are given, then calculation_to_calculation_ref is a local copy of the URL given in calculation_to_calculation_external_url. The kind of relationship between the present and the referenced section_single_configuration_calculation is specified by calculation_to_calculation_kind.", -- GitLab