X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_Eshel%2Fchange.awk;fp=source%2Funres%2Fsrc_Eshel%2Fchange.awk;h=d192a6e3d4eb8a7df4e2a11734f7f0226f449064;hb=7308760ff07636ef6b1ee28d8c3a67a23c14b34b;hp=0000000000000000000000000000000000000000;hpb=9a54ab407f6d0d9d564d52763b3e2136450b9ffc;p=unres.git diff --git a/source/unres/src_Eshel/change.awk b/source/unres/src_Eshel/change.awk new file mode 100644 index 0000000..d192a6e --- /dev/null +++ b/source/unres/src_Eshel/change.awk @@ -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 + } +}