Skip to content
Snippets Groups Projects
Commit d238b1c0 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

README.txt

parent 86f0f082
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ cim.py is a non-linear eigenvalue solver
using the contour integral method proposed by W.-J. Beyn
coupled with a GetDP formulation.
Copyright (C) 2017 N. Marsic and H. De Gersem,
Copyright (C) 2017 N. Marsic, F. Wolf, S. Schoeps and H. De Gersem,
Institut fuer Theorie Elektromagnetischer Felder (TEMF),
Technische Universitaet Darmstadt.
......
......@@ -18,7 +18,8 @@ def parse():
parser = argparse.ArgumentParser(prog="cim.py",
description=desc,
epilog="authors: " +
"N. Marsic and H. De Gersem")
"N. Marsic, F. Wolf, " +
"S. Schoeps and H. De Gersem")
# Position argumets
parser.add_argument("pro", type=str,
......
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