fixed deprecationwarning

This commit is contained in:
Jukka Aho
2017-01-05 09:17:25 +02:00
parent 1d4a150022
commit 8ebe3ef111
+1 -1
View File
@@ -724,7 +724,7 @@ function abaqus_run_model(name; fetch=false, verbose=false)
println(repeat("-", 80))
println("Running ABAQUS model $name from file $fn")
println(repeat("-", 80))
println(readall(fn))
println(readstring(fn))
println(repeat("-", 80))
end