From 5bfef21f2626d1a7860d677a9a4008bcd4c0b84e Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 19 Mar 2003 01:39:56 +0000 Subject: [PATCH] added morpheus --- main.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 main.c diff --git a/main.c b/main.c new file mode 100644 index 0000000..a030dd6 --- /dev/null +++ b/main.c @@ -0,0 +1,13 @@ +/* + * morpheus - main.c + * + * this program tries helping to understand the amorphous depuration + * and recrystallization of SiCx while ion implanation. hopefully the program + * will simulate the stabilization of the selforganizing structure in the + * observed behaviour. + * + * refs: + * - J. K. N. Lindner. Habilationsschrift, Universitaet Augsburg. + * - Maik Häberlen. Diplomarbeit, Universitaet Augsburg. + */ + -- 2.20.1