Skip to content

Commit

Permalink
fix gsParaviewCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
hverhelst committed Dec 10, 2024
1 parent 93bcc18 commit 1c7e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsWriteParaviewMultiPhysics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void gsWriteParaviewMultiPhysics(std::map<std::string, const gsField<T>*> fields
if ( ctrlNet ) // Output the control net
{
writeSingleControlNet(fields.begin()->second->patch(i), fn + util::to_string(i) + "_cnet");
collection.addPart(baseName + util::to_string(i) + "_cnet" + ".vtp", -1, "ControlNet", i);
collection.addPart(baseName + util::to_string(i) + "_cnet" + ".vtp", -1, "Mesh", i);
}

}
Expand Down

0 comments on commit 1c7e18f

Please sign in to comment.