projects
/
unres.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
wham and cluster_wham Adam's new constr_dist multichain
[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
}