Dear professor Tayor and FEAP Admin:
I am very glad to write to you.I am a college student from China. Thank your for providing us a useful software by Finite Element Method. As I am a new user, I apologize if my question might be naive.
I have some questions about Debug FEAPpv by Intel Visual Fortran when I want to change original code. The compiler can build FEAPpv.exe. But IVF signals a run-time error when running this program. I find the error is in the 111st row in the vinput.f."if(n.gt.no.and.nv.le.nn) call setval(xxx(no:n),n-no,d(nv))". The array xxx has substring ending point 16 which is greater than the variable length of 15.
However, IVF does't signal a run-time error when running this program by release version.
I build debug/release version in windows 7/64bit - 32 bit environment/intel fortran 11. Any help is greatly appreciated.