chrisknewman / tusas

Other
18 stars 7 forks source link

Possible memory error with exodus on rocinante #155

Open chrisknewman opened 6 months ago

chrisknewman commented 6 months ago

const std::string s = "Exodus output"; const char * title = s.c_str(); ...vs... char _title[TUSAS_MAX_LINE_LENGTH] = "Exodus output";

chrisknewman commented 6 months ago

This is more complicated, we need to ex_open everytime we write, we need the filename passed to functions for this.

chrisknewman commented 6 months ago

This is still causing problems on rocinante