Skip to content
Snippets Groups Projects
Commit 9b2fa7d9 authored by Germain Clavier's avatar Germain Clavier
Browse files

Removed GCcolors and any lightbulb comment. Corrected script description in argparse.

parent e7fce9d6
Branches
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ def write_output(outfile, fields, ave, sem):
def main():
parser = argparse.ArgumentParser(
description="Script to compute lifetime of tubes of symmetric star polymers."
description="Script to compute ave and standard error from lammps ave/* output"
)
parser.add_argument(
"-f",
......
......@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
'''
Plot LAMMPS forces
Plot LAMMPS forces.
'''
import argparse
......@@ -10,7 +10,6 @@ import numpy as np
import os
import logging
import sys
import GCcolors
from matplotlib import pyplot as plt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment