Skip to content
Snippets Groups Projects
Commit dc9c2feb authored by Brutzman, Don's avatar Brutzman, Don
Browse files

javadoc

parent 8f6fece2
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,7 @@ public class ExampleSimulationProgram
}
/**
* parameter accessor method
* @return the timeStepDuration
*/
public double getTimeStepDuration() {
......@@ -372,6 +373,7 @@ public class ExampleSimulationProgram
}
/**
* parameter accessor method
* @param timeStepDuration the timeStepDuration to set
*/
public void setTimeStepDuration(double timeStepDuration) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment