Introduction to UNRES_MD_DFA (prepaired required fiels)
[unres.git] / source / unres / src_MD_DFA / change.awk
diff --git a/source/unres/src_MD_DFA/change.awk b/source/unres/src_MD_DFA/change.awk
new file mode 100644 (file)
index 0000000..d192a6e
--- /dev/null
@@ -0,0 +1,11 @@
+{
+ if($0=="      include 'COMMON.LANGEVIN'") {
+  print "#ifndef LANG0"
+  print "      include 'COMMON.LANGEVIN'"
+  print "#else"
+  print "      include 'COMMON.LANGEVIN.lang0'"
+  print "#endif"
+ }else{
+  print $0
+ }
+}