Changeset 993
- Timestamp:
- 07/09/20 13:48:44 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.cpp
r973 r993 394 394 // t+=SString(getName()); t+=':'; 395 395 for (i = 0; p = id(i); i++) 396 if ( !((fl = flags(i)) & PARAM_DONTSAVE))396 if ((!((fl = flags(i)) & PARAM_DONTSAVE)) && type(i)[0]!='p') 397 397 { 398 398 if (defdata && isequal(i, defdata))
Note: See TracChangeset
for help on using the changeset viewer.