OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../elmer-fem/compiler.patch.front
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- front-5.2.0/include/ecif_inputFront.h.orig 2006-08-18 02:35:03.000000000 +0200
  18. +++ front-5.2.0/include/ecif_inputFront.h 2006-08-18 02:35:37.000000000 +0200
  19. @@ -65,7 +65,7 @@
  20. static bool readName(emf_ObjectData_X* od, char*& name);
  21. static int readVertex(emf_ObjectData_X* object_data);
  22. static int readVertexTable(emf_ObjectData_X* object_data);
  23. - static bool InputFront::storeMatcData(MatcValueTable& matcTable, const char* key, emf_ObjectData_X* od);
  24. + static bool storeMatcData(MatcValueTable& matcTable, const char* key, emf_ObjectData_X* od);
  25. static int unknownFieldMsg(emf_ObjectData_X* object_data, bool is_fatal = true);
  26. static int unknownObjectMsg(emf_ObjectData_X* object_data, bool is_fatal = true);
  27. --- front-5.2.0/src/ecif_userinterface_TCL.cpp.orig 2006-08-18 02:39:00.000000000 +0200
  28. +++ front-5.2.0/src/ecif_userinterface_TCL.cpp 2006-08-18 02:39:10.000000000 +0200
  29. @@ -5018,7 +5018,7 @@
  30. //---Save data into model
  31. //model->setParameter(param_type, pid, oid, prtag, prtype, data_buffer, name_buffer);
  32. - if((int)name_buffer == 0x1)
  33. + if((long)name_buffer == 0x1)
  34. {
  35. printf("shit\n");
  36. } else {