Merge branch 'devel' into feature-ga
[unres.git] / source / unres / src_MD / src / change.awk
diff --git a/source/unres/src_MD/src/change.awk b/source/unres/src_MD/src/change.awk
deleted file mode 100644 (file)
index d192a6e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- if($0=="      include 'COMMON.LANGEVIN'") {
-  print "#ifndef LANG0"
-  print "      include 'COMMON.LANGEVIN'"
-  print "#else"
-  print "      include 'COMMON.LANGEVIN.lang0'"
-  print "#endif"
- }else{
-  print $0
- }
-}