Dash:
[t2.git] / package / scientific / elmer-fem / compiler.patch.front
blob107cc1ba5d4ed7327f2aadf50640c1676d2e2589
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../elmer-fem/compiler.patch.front
5 # Copyright (C) 2006 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
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
14 # version.
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
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);
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
30 @@ -5018,7 +5018,7 @@
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) 
36      {
37        printf("shit\n");
38      } else {