Skip to content

Commit

Permalink
Fixes NetLogo#194
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreuillon committed Mar 9, 2021
1 parent 87fe8a6 commit 456efb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/org/nlogo/extensions/nw/NetworkExtension.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,8 @@ class NetworkExtension extends api.DefaultClassManager with GraphContextManager
add("save-gexf", new SaveFileType(this, ".gexf"))
add("save-gml", new SaveFileType(this, ".gml"))
add("save-vna", new SaveFileType(this, ".vna"))

// Forces load of Gephi classes to prevent potential class not found during unload
classOf[org.gephi.graph.dhns.core.Dhns].getName
}
}

0 comments on commit 456efb4

Please sign in to comment.