isaar / MSolve

Open source numerical solver for computational mechanics problems
Apache License 2.0
18 stars 26 forks source link

MonteCarloAnalyzerWithStochasticMaterial bug #62

Open odyred opened 6 years ago

odyred commented 6 years ago

There is a bug concerning I/O streams with respect to using (sw = File.CreateText(fileNameTimes))

System.IO.IOException HResult=0x800704C8 Message=The requested operation cannot be performed on a file with a user-mapped section open

GoatOfRafin commented 6 years ago

Link to code segment plz...

odyred commented 6 years ago

https://github.com/isaar/MSolve/blob/606e86f31728f2ac0db0df94beebea784c9d143e/ISAAR.MSolve.Analyzers/MonteCarloAnalyzerWithStochasticMaterial.cs#L284-L291