SHA256
1
0
forked from pool/ccx
ccx/patch-ccx-beamread
2012-03-21 22:43:06 +00:00

19 lines
455 B
Plaintext

--- ccx-2.2/test/compare.orig 2010-08-01 18:27:39.000000000 +0200
+++ ccx-2.2/test/compare 2010-11-07 11:46:41.000000000 +0100
@@ -19,6 +19,15 @@
rm -f ${i%.inp}.frd
#
+# beamread test? This one is special
+#
+ if [ "$i" == "beamread.inp" ]; then
+ rm -f beamread.rin
+ rm -f beamwrite.rout
+ /usr/bin/ccx_2.4 -i beamwrite
+ mv beamwrite.rout beamread.rin
+ fi
+#
# executing CalculiX and generating the .dat and
# the .frd file
#