[Metil-lmtpp] xmlnode bug???
Status: Pre-Alpha
Brought to you by:
hugo_lec
From: Felipe B. W. <bo...@lm...> - 2009-02-15 23:30:39
|
j'ai un problème avec la fonction XmlNode::get_attribute(...) j'ai essayé de lire le champ xml P0="-0.25. 1. 0.1414" (attention il y un point de trop après le -0.25 ) : ... .get_attribute("P0", P0) // avec P0 de type Vec<double,3> PRINT(P0); ... j'ai obtenu : P0 -> -0.25 0 0 c'est normal ??? La fonction ne détecte pas que le chiffre -0.25. ne pas valide. Donc le code tourne me il donne de la mer... ------------------------------------------------------------------------ Felipe Bordeu Weldt Doctorant - 3° année (3° year PhD student) ------------------------------------------------------------------------ LMT-Cachan (ENS Cachan/CNRS/UPMC/PRES UniverSud Paris) 61, av. du Président Wilson F-94230 Cachan France ------------------------------------------------------------------------ |