Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/libGDSII.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void ClearGDSIICache();
bool DumpGDSIIFile(const char *FileName);
void WriteGMSHEntity(Entity E, int Layer, const char *geoFileName, FILE **pgeoFile,
const char *ppFileName=0, FILE **pppFile=0);
void WriteGMSHFile(EntityTable ETable, iVec Layers, char *FileBase, bool SeparateLayers=false);
void WriteGMSHFile(EntityTable ETable, iVec Layers, const char *FileBase, bool SeparateLayers=false);

} /* namespace libGDSII */

Expand Down