diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 23:58:26 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 23:58:26 +0000 |
commit | 3c6e5d57cc1830ce448bc558f8fef00d77f3ce41 (patch) | |
tree | e9eeab373efa921992028487374c331b1a628994 /science | |
parent | 7c2479ccaa3e6a211e8dc609b39606cb034775d7 (diff) | |
download | ports-3c6e5d57cc1830ce448bc558f8fef00d77f3ce41.tar.gz ports-3c6e5d57cc1830ce448bc558f8fef00d77f3ce41.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/elmerfront/files/patch-include+ecif_inputFront.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/elmerfront/files/patch-include+ecif_inputFront.h b/science/elmerfront/files/patch-include+ecif_inputFront.h new file mode 100644 index 000000000000..88d09b983b31 --- /dev/null +++ b/science/elmerfront/files/patch-include+ecif_inputFront.h @@ -0,0 +1,11 @@ +--- include/ecif_inputFront.h~ Tue Jun 14 17:18:49 2005 ++++ include/ecif_inputFront.h Wed Jan 10 22:29:25 2007 +@@ -65,7 +65,7 @@ + static bool readName(emf_ObjectData_X* od, char*& name); + static int readVertex(emf_ObjectData_X* object_data); + static int readVertexTable(emf_ObjectData_X* object_data); +- static bool InputFront::storeMatcData(MatcValueTable& matcTable, const char* key, emf_ObjectData_X* od); ++ static bool storeMatcData(MatcValueTable& matcTable, const char* key, emf_ObjectData_X* od); + static int unknownFieldMsg(emf_ObjectData_X* object_data, bool is_fatal = true); + static int unknownObjectMsg(emf_ObjectData_X* object_data, bool is_fatal = true); + |