Changeset 1291 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Nov 3, 2000, 7:12:08 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r1276 r1291 817 817 string value; 818 818 for(it = varlist.Begin(); it != varlist.End(); it++) { 819 #ifdef SANS_EVOLPLANCK 820 MuTyV mtv = (*it).second; 821 value = (string)(mtv); 822 #else 819 823 value = (string)((*it).second.elval); 824 #endif 820 825 cout << (*it).first << " = " << value << "\n"; 821 826 }
Note:
See TracChangeset
for help on using the changeset viewer.