Merge branch 'lipid' of mmka.chem.univ.gda.pl:unres into lipid
[unres.git] / source / unres / src_MD-NEWSC / change.awk
diff --git a/source/unres/src_MD-NEWSC/change.awk b/source/unres/src_MD-NEWSC/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
+ }
+}