Suggested corrections

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
ChrisS
Posts: 14
Joined: Sun Aug 09, 2015 1:16 pm

Suggested corrections

Post by ChrisS » Thu Feb 08, 2018 7:54 am

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.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Suggested corrections

Post by fmk » Thu Feb 22, 2018 3:00 pm

thanks .. done.

Post Reply