Skip to content

Commit

Permalink
merge popFunc viewer for three functions #483
Browse files Browse the repository at this point in the history
  • Loading branch information
yxu927 committed Jun 4, 2024
1 parent 899b31a commit f3b9c8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,10 @@ public boolean isAnalytical() {

@Override
public String toString() {
<<<<<<< HEAD
return "Exponential growth at a rate of " + GrowthRate +
",\nwith an initial population size (N0) of " + N0;
}

=======
return "GrowthRate = " + GrowthRate +", N0 = " + N0;
}
>>>>>>> 72a57d09f615f413b188480adbeffebd95300fd8

public static void main(String[] args) {
double GrowthRate = 0.1;
Expand Down
3 changes: 0 additions & 3 deletions lphy-studio/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
// ViewerRegister loads all Viewers
uses lphystudio.app.graphicalmodelpanel.viewer.Viewer;
// declare what service interface the provider intends to use
<<<<<<< HEAD

=======
>>>>>>> 72a57d09f615f413b188480adbeffebd95300fd8
// the core uses hard core to register all internal Viewers,
// but extensions need to declare what service interface the provider intends to use for new Viewers.
provides lphystudio.app.graphicalmodelpanel.viewer.Viewer with lphystudio.viewer.PopSizeFuncViewer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
# but extensions need to declare what service interface the provider intends to use for new Viewers.
# for example, lphystudio.app.graphicalmodelpanel.viewer.???Viewer

<<<<<<< HEAD

=======
>>>>>>> 72a57d09f615f413b188480adbeffebd95300fd8
lphystudio.viewer.PopSizeFuncViewer

0 comments on commit f3b9c8a

Please sign in to comment.