FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6e9bc679 authored by M.D. Driver's avatar M.D. Driver
Browse files

remove file for approach no longer to be taken.

parent e68eb920
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Script for reading in the solvent concentrations
@author: mark
"""
import logging
import phasexmlcreator.puresolventconcentrationfilereader as puresolventconcentrationfilereader
logging.basicConfig()
LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.WARN)
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