Skip to content
Snippets Groups Projects
Commit d8b41b3e authored by Alvin Noe Ladines's avatar Alvin Noe Ladines
Browse files

Renamed conflicting metainfo name calculation_method

parent c0a152ed
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,6 @@ class ElasticParserInterface:
sec_workflow = self.archive.m_create(Workflow)
sec_workflow.workflow_type = 'elastic'
sec_elastic = sec_workflow.m_create(Elastic)
sec_elastic.calculation_method = self.properties.info['calculation_method']
sec_elastic.elastic_calculation_method = self.properties.info['calculation_method']
sec_elastic.elastic_constants_order = self.properties.info['order']
sec_elastic.strain_maximum = self.properties.info['max_strain']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment