Dear Frank and moderators
As in r6554 revision, please consider including in the file \SRC\Makefile, at the definition of MATERIAL_LIBS the following lines:
$(FE)/material/nD/UWmaterials/PM4Silt.o \
$(FE)/material/nD/UWmaterials/J2CyclicBoundingSurface.o \
Also, Cygwin inserts a macro named quad, that breaks compilation. Please consider changing name quad to qua in the following locations:
file SRC\element\PFEMElement\BackgroundMesh.cpp line 383 : group->quad(p1,p2,p3,p4,nump(0),nump(1),vel0,p0);
file SRC\element\PFEMElement\ParticleGroup.h line 64 : int quad(const Vector& p1, const Vector& p2, const Vector& p3,
file SRC\element\PFEMElement\ParticleGroup.h line 145 : ParticleGroup::quad(const Vector& p1, const Vector& p2, const Vector& p3,
Kind regards
Chris S.
Suggested corrections
Moderators: silvia, selimgunay, Moderators
Re: Suggested corrections
thanks .. done.