JWS-112 Bumping version of Mafft to version 7.310.
[jabaws.git] / binaries / src / mafft / core / float2double
diff --git a/binaries/src/mafft/core/float2double b/binaries/src/mafft/core/float2double
new file mode 100644 (file)
index 0000000..5301d56
--- /dev/null
@@ -0,0 +1,5 @@
+foreach i ( *.c *.h ) 
+       sed 's/float/double/g' $i > $i.double
+       echo $i
+       mv $i.double $i
+end