[Trilinos-Users] LOCA::ParameterVector() segfaults

Nico Schlömer nico.schloemer at ua.ac.be
Fri Jul 17 05:44:28 MDT 2009


Hi all,

I'm bumping into a very weird situation here where a LOCA::ParameterVector() 
segfaults when trying to access it in any way, e.g., by

myparamvec.print(cout);

or 

cout << myparamvec << endl;

Before that, myparamvec has been created with the ordinary

  continuableParams.addParameter( "mycomponent", 3.14 );

and a couple of times

  continuableParams.getValue("H0")

has been used. Not really sure how to debug this..

This is against Trilinos 090603a.

Cheers,
Nico



More information about the Trilinos-Users mailing list