Skip to content
Snippets Groups Projects
Commit c4b47a4d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

idea for PhysicalAttributes

parent ee84c4eb
Branches
Tags
No related merge requests found
......@@ -62,6 +62,12 @@ int GModel::readMSH(const std::string &name)
}
}
// FIXME:
// change this into "$PhysicalAttributes"
// #attribs
// dim num #nums num1 num2... #str str1 str2...
// dum num ...
// $PhysicalNames section
else if(!strncmp(&str[1], "PhysicalNames", 13)) {
if(!fgets(str, sizeof(str), fp)) return 0;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment