Skip to content

Commit 77ae435

Browse files
committed
Fix bad source formatting
1 parent d40c3f1 commit 77ae435

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

demo/Giant Component - Network Extension Version.nlogox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ S. Janson, D.E. Knuth, T. Luczak, and B. Pittel. The birth of the giant componen
274274
275275
## HOW TO CITE
276276
277-
If you mention this model in a publication, we ask that you include these citations for the model itself and for the NetLogo software:
278-
- Wilensky, U. (2012). NetLogo Giant Component model - network extension version. http://ccl.northwestern.edu/netlogo/models/GiantComponent. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
279-
- Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
277+
If you mention this model in a publication, we ask that you include these citations for the model itself and for the NetLogo software:
278+
- Wilensky, U. (2012). NetLogo Giant Component model - network extension version. http://ccl.northwestern.edu/netlogo/models/GiantComponent. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
279+
- Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
280280
281281
## COPYRIGHT AND LICENSE
282282

demo/Small Worlds - Network Extension Version.nlogox

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ This experiment was popularized into a game called "six degrees of Kevin Bacon"
479479
480480
## HOW TO CITE
481481
482-
If you mention this model in a publication, we ask that you include these citations for the model itself and for the NetLogo software:
483-
- Wilensky, U. (2005). NetLogo Small Worlds model. http://ccl.northwestern.edu/netlogo/models/SmallWorlds. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
484-
- Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
482+
If you mention this model in a publication, we ask that you include these citations for the model itself and for the NetLogo software:
483+
- Wilensky, U. (2005). NetLogo Small Worlds model. http://ccl.northwestern.edu/netlogo/models/SmallWorlds. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
484+
- Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.
485485
486486
## COPYRIGHT AND LICENSE
487487

src/main/org/nlogo/extensions/nw/prim/Generators.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ class BarabasiAlbertGenerator extends TurtleCreatingCommand {
5757
val minDegree = getIntValueWithMinimum(args(3), 1)
5858
algorithms.BarabasiAlbertGenerator.generate(world, turtleBreed, linkBreed, numTurtles, minDegree, context.getRNG)
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)