Changeset 4002 for issm/trunk/src/c/objects/Node.cpp
- Timestamp:
- 06/02/10 17:42:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.cpp
r3984 r4002 420 420 } 421 421 /*}}}*/ 422 /*FUNCTION Node::InAnalysis(int analysis_type){{{1*/ 423 bool Node::InAnalysis(int in_analysis_type){ 424 if (in_analysis_type=this->analysis_type)return true; 425 else return false; 426 } 422 427 /*}}}*/ 423 428 /*Object numerics: {{{1*/
Note:
See TracChangeset
for help on using the changeset viewer.