Changeset 8 for issm/trunk/src/c/objects/Node.cpp
- Timestamp:
- 04/23/09 16:13:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.cpp
r1 r8 14 14 #include <string.h> 15 15 #include "../EnumDefinitions/EnumDefinitions.h" 16 #include "./ParameterInputs.h" 16 17 #include "../shared/shared.h" 17 18 … … 408 409 return new Node(*this); 409 410 } 411 412 #undef __FUNCT__ 413 #define __FUNCT__ "Node::UpdateFromInputs" 414 void Node::UpdateFromInputs(ParameterInputs* inputs){ 415 416 //throw ErrorException(__FUNCT__," not supported yet!"); 417 418 }
Note:
See TracChangeset
for help on using the changeset viewer.