aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/grade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/grade.c')
-rw-r--r--src/cmd/plot/libplot/grade.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/grade.c b/src/cmd/plot/libplot/grade.c
new file mode 100644
index 00000000..0afe7f40
--- /dev/null
+++ b/src/cmd/plot/libplot/grade.c
@@ -0,0 +1,4 @@
+#include "mplot.h"
+void grade(double x){
+ e1->grade = x;
+}