Missing myDebug.h

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

Moderators: silvia, selimgunay, Moderators

Post Reply
MatthewPeavy
Posts: 10
Joined: Sat Mar 15, 2008 6:33 am
Location: ULB

Missing myDebug.h

Post by MatthewPeavy »

Echoing hugo_esquivel's question, the myDebug.h header file is missing.

It is #included in the following files:

BoundingCamClay3D.cpp:31
BoundingCamClay.cpp:44
ContactMaterial3D.cpp:21

and the #include is commented out in:

DruckerPrager3D.cpp:28
DruckerPrager.cpp:47

It seems that commenting out the #include works, as is done in the DruckerPrager files.

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

Post by fmk »

i have made the changes to the code in the repository.
Post Reply