FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 39685354 authored by Mark Driver's avatar Mark Driver
Browse files

remove duplicate method.

parent 77d5556d
No related branches found
Tags 3.1.2
No related merge requests found
......@@ -141,16 +141,6 @@ class Phase(object):
phase_element.append(molecule.write_to_xml())
phase_element.append(self.temperature.write_to_xml())
return phase_element
def get_ssip_locations(self):
"""Get list of SSIP file locations required for phase.
Returns
-------
list
list of SSIP File locations.
"""
return [molecule.ssip_file_loc for molecule in self.molecule_list]
def get_molefractions_by_molecule(self):
"""Get the molefractions of all molecules in the phase, labelled by name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment