Index: /issm/trunk/src/c/objects/Inputs/BeamVertexInput.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/BeamVertexInput.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/BeamVertexInput.h	(revision 4704)
@@ -41,5 +41,4 @@
 		Input* SpawnBeamInput(int* indices);
 		Input* SpawnTriaInput(int* indices);
-		Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
 		Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");};
 		ElementResult* SpawnResult(int step, double time);
Index: /issm/trunk/src/c/objects/Inputs/BoolInput.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/BoolInput.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/BoolInput.h	(revision 4704)
@@ -41,5 +41,4 @@
 		Input* SpawnBeamInput(int* indices);
 		Input* SpawnTriaInput(int* indices);
-		Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
 		Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");};
 		ElementResult* SpawnResult(int step, double time);
Index: /issm/trunk/src/c/objects/Inputs/DoubleInput.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/DoubleInput.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/DoubleInput.h	(revision 4704)
@@ -40,5 +40,4 @@
 		Input* SpawnBeamInput(int* indices);
 		Input* SpawnTriaInput(int* indices);
-		Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
 		Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");};
 		ElementResult* SpawnResult(int step, double time);
Index: /issm/trunk/src/c/objects/Inputs/Input.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/Input.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/Input.h	(revision 4704)
@@ -45,5 +45,4 @@
 		virtual Input* SpawnBeamInput(int* indices)=0;
 		virtual Input* SpawnTriaInput(int* indices)=0;
-		virtual Input* SpawnProcessedInput(double (*f)(double))=0;
 		virtual Input* PointwiseDivide(Input* inputB)=0;
 		virtual ElementResult* SpawnResult(int step, double time)=0;
Index: /issm/trunk/src/c/objects/Inputs/IntInput.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/IntInput.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/IntInput.h	(revision 4704)
@@ -41,5 +41,4 @@
 		Input* SpawnBeamInput(int* indices);
 		Input* SpawnTriaInput(int* indices);
-		Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
 		Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");};
 		ElementResult* SpawnResult(int step, double time);
Index: /issm/trunk/src/c/objects/Inputs/PentaVertexInput.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/PentaVertexInput.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/PentaVertexInput.h	(revision 4704)
@@ -40,5 +40,4 @@
 		Input* SpawnBeamInput(int* indices);
 		Input* SpawnTriaInput(int* indices);
-		Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
 		Input* PointwiseDivide(Input* inputB);
 		ElementResult* SpawnResult(int step, double time);
Index: /issm/trunk/src/c/objects/Inputs/SingVertexInput.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/SingVertexInput.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/SingVertexInput.h	(revision 4704)
@@ -40,5 +40,4 @@
 		Input* SpawnBeamInput(int* indices);
 		Input* SpawnTriaInput(int* indices);
-		Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
 		Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");};
 		ElementResult* SpawnResult(int step, double time);
Index: /issm/trunk/src/c/objects/Inputs/TriaVertexInput.h
===================================================================
--- /issm/trunk/src/c/objects/Inputs/TriaVertexInput.h	(revision 4703)
+++ /issm/trunk/src/c/objects/Inputs/TriaVertexInput.h	(revision 4704)
@@ -41,5 +41,4 @@
 		Input* SpawnBeamInput(int* indices);
 		Input* SpawnTriaInput(int* indices);
-		Input* SpawnProcessedInput(double (*f)(double)){ISSMERROR("not implemented yet");};
 		Input* PointwiseDivide(Input* inputB){ISSMERROR("not implemented yet");};
 		ElementResult* SpawnResult(int step, double time);
