[r46]/doc/main.docAdded information regarding windows binary.
2008-05-28 20:58
[r45]/src/yanera.h, /src/yanera_data.c, /src/yanera_model_build.c, /src/yanera_postfix.c, /src/yanera_profile.c, /src/yanera_quadrature.c, /src/yanera_reflectivity.c, /src/yanera_util.c, /src/yanera_xml_input.c, /src/yanera_xml_output.c, /src/yanera_xml_util.cyanera has now been successfully compiled under Windows! The required modification was to add _CRT_SECURE_NO_DEPRECATE to supress warnings.
2008-04-14 21:13
[r44]/src/Makefile, /src/yanera.h, /src/yanera_lstsq.c, /src/yanera_lstsq_constrained.c, /src/yanera_postfix.c, /src/yanera_postfix.h, /src/yanera_util.c, /src/yanera_xml_input.c, /src/yanera_xml_output.c, /src/yanera_xml_util.c, /src/yanera_xml_util.hI came across some ideas for gcc warnings for 'clean code'; thought I would try them out. Caught a few missed const char's, voids, signed/unsigned comaprisons, etc.