- Timestamp:
- 09/19/12 09:32:34 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12710-12871,12873-12877,12881-12896,12898-12900,12902-12916,12920-12935,12937-12945,12948-13100,13107-13110,13112-13116,13119-13393
- Property svn:ignore
-
issm/trunk/src
-
Property svn:mergeinfo
set to
/issm/branches/trunk-jpl-damage/src merged eligible /issm/trunk-jpl/src merged eligible
-
Property svn:mergeinfo
set to
-
issm/trunk/src/c/modules/ModelProcessorx/Thermal/CreateLoadsThermal.cpp
r12706 r13395 6 6 #include "../../../io/io.h" 7 7 #include "../../../EnumDefinitions/EnumDefinitions.h" 8 #include "../../../ objects/objects.h"8 #include "../../../classes/objects/objects.h" 9 9 #include "../../../shared/shared.h" 10 10 #include "../../../include/include.h" … … 33 33 34 34 /*return if 2d mesh*/ 35 if (dim==2) _error 2_("2d meshes not supported yet");35 if (dim==2) _error_("2d meshes not supported yet"); 36 36 37 37 //create penalties for nodes: no node can have a temperature over the melting point
Note:
See TracChangeset
for help on using the changeset viewer.