added source code
[unres.git] / source / unres / src_MD-M / change.awk
1 {
2  if($0=="      include 'COMMON.LANGEVIN'") {
3   print "#ifndef LANG0"
4   print "      include 'COMMON.LANGEVIN'"
5   print "#else"
6   print "      include 'COMMON.LANGEVIN.lang0'"
7   print "#endif"
8  }else{
9   print $0
10  }
11 }