213 |
model being reset to default values, rather than only those explicitly stated |
model being reset to default values, rather than only those explicitly stated |
214 |
by the modeller. |
by the modeller. |
215 |
} END NOTES; |
} END NOTES; |
216 |
STOP {it works!}; |
(*STOP {it works!};*) |
217 |
(* nothing here *) |
(* nothing here *) |
218 |
END default; |
END default; |
219 |
|
|
241 |
} END NOTES; |
} END NOTES; |
242 |
EXTERNAL defaultself_visit_childatoms(SELF); |
EXTERNAL defaultself_visit_childatoms(SELF); |
243 |
EXTERNAL defaultself_visit_submodels(SELF); (* overwrite ATOM defaults explicit nested code if needed *) |
EXTERNAL defaultself_visit_submodels(SELF); (* overwrite ATOM defaults explicit nested code if needed *) |
244 |
(*RUN default;*) (* local overrides *) |
RUN default; (* local overrides *) |
245 |
END default_self; |
END default_self; |
246 |
|
|
247 |
METHOD default_all; |
METHOD default_all; |