Changeset 368 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Aug 9, 1999, 1:57:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r361 r368 203 203 if (nom.length() < 1) { 204 204 titre = "Function f(x)"; 205 nom = "/ home/func";205 nom = "/func/f_x"; 206 206 } 207 207 else titre = nom; … … 265 265 if (nom.length() < 1) { 266 266 titre = "Function f(x,y)"; 267 nom = "/ home/func2d";267 nom = "/func/f2d_xy"; 268 268 } 269 269 else titre = nom;
Note:
See TracChangeset
for help on using the changeset viewer.