1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../elmer-fem/compiler.patch.front
5 # Copyright (C) 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-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
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);
28 --- front-5.2.0/src/ecif_userinterface_TCL.cpp.orig 2006-08-18 02:39:00.000000000 +0200
29 +++ front-5.2.0/src/ecif_userinterface_TCL.cpp 2006-08-18 02:39:10.000000000 +0200
32 //---Save data into model
33 //model->setParameter(param_type, pid, oid, prtag, prtype, data_buffer, name_buffer);
34 - if((int)name_buffer == 0x1)
35 + if((long)name_buffer == 0x1)