Dear Sir,
Could you tell me in detail how to install the NurbFeap,
I only have the information;
"To build on a windows box, create a new project in visual studio, add all the files listed in
the makefile into your project, add the main Feap8_4 archive/library to your project, add the main/feap84.f to your project, build. Make sure to add the nurbfeap include
directory to the search path."
I compile using compaq visual fortran, and I got many error message, but commonly such as
dy_define06.f(127) : Error: This ALLOCATABLE attribute is invalid; the ALLOCATABLE attribute can only be used when declaring array objects. [GAP]
real*8, allocatable :: gap
dy_deallocate06.f(19) : Error: Error in opening the Library module file. [DY_DEFINE06]
use dy_define06
dy_allocate06.f(23) : Error: Error in opening the Library module file. [DY_DEFINE06]
use dy_define06
elmt03.f(103) : Error: This name does not have a type, and must have an explicit type. [NDM]
real*8 d(*), xl(ndm,*), wt(*), knots(dknotig,*)
celmt06.f(159) : Error: This name does not have a type, and must have an explicit type. [KNOT1]
call c_setknot06(nknot1,nknot2,hr(np(298)),knot1,knot2)
thank you very much for your kindly attention