]> git.unchartedbackwaters.co.uk Git - francis/ofc.git/commitdiff
Use overloaded version of sparse_put_element.
authorFrancis Russell <francis@unchartedbackwaters.co.uk>
Sun, 20 May 2012 19:17:35 +0000 (20:17 +0100)
committerFrancis Russell <francis@unchartedbackwaters.co.uk>
Sun, 20 May 2012 19:17:35 +0000 (20:17 +0100)
src/ofc/generators/onetep/OnetepFunctions.scala

index 005bac4fc65e3f0ab7f739f42219b230a6b0b7be..f8b3869f827da6ee84a3468bf0bcf6fbf8d15c20 100644 (file)
@@ -43,7 +43,7 @@ object OnetepFunctions {
         ("mat", OnetepTypes.SPAM3),
         ("rowcol", new CharType)))
 
-  val sparse_put_element_real = new FortranSubroutineSignature("sparse_put_element_real",
+  val sparse_put_element_real = new FortranSubroutineSignature("sparse_put_element",
     Seq(("el", new FloatType),
         ("mat", OnetepTypes.SPAM3),
         ("jrow", new IntType),