Changeset 368 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc


Ignore:
Timestamp:
Aug 9, 1999, 1:57:10 PM (26 years ago)
Author:
ercodmgr
Message:

modifs Fenetre de fit et gestion repertoire /func Reza 9/8/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/servnobjm.cc

    r361 r368  
    203203  if (nom.length() < 1) {
    204204     titre = "Function f(x)";
    205      nom = "/home/func";
     205     nom = "/func/f_x";
    206206    }
    207207  else titre = nom;
     
    265265  if (nom.length() < 1) {
    266266     titre = "Function f(x,y)";
    267      nom = "/home/func2d";
     267     nom = "/func/f2d_xy";
    268268    }
    269269  else titre = nom;
Note: See TracChangeset for help on using the changeset viewer.